The explicit association between issue types and a workflow in a workflow scheme.

interface WorkflowSchemeAssociation {
    issueTypeIds: string[];
    workflowId: string;
}

Properties

issueTypeIds: string[]

The issue types assigned to the workflow.

workflowId: string

The ID of the workflow.