Member Junction
    Preparing search index...

    Options for filtering tasks

    interface TaskFilters {
        assignedToAgentId?: string;
        assignedToUserId?: string;
        environmentId?: string;
        projectId?: string;
        status?: string[];
    }
    Index

    Properties

    assignedToAgentId?: string
    assignedToUserId?: string
    environmentId?: string
    projectId?: string
    status?: string[]