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

Properties

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.