interface ReadWorkflows {
    expand?: string;
    projectAndIssueTypes?: ProjectAndIssueTypePair[];
    workflowIds?: string[];
    workflowNames?: string[];
}

Properties

expand?: string

Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:

workflows.usages Returns the project and issue types that each workflow is associated with. statuses.usages Returns the project and issue types that each status is associated with.

projectAndIssueTypes?: ProjectAndIssueTypePair[]

The list of projects and issue types to query.

workflowIds?: string[]

The list of workflow IDs to query.

workflowNames?: string[]

The list of workflow names to query.