Project and issue type context for workflow queries made using issue types.

interface ProjectIssueTypeQueryContext {
    issueTypes?: string[];
    project?: string;
}

Properties

issueTypes?: string[]

The set of issue type IDs.

project?: string

The ID of the project.