Details of the created workflows and statuses.

interface WorkflowCreateResponse {
    statuses?: JiraWorkflowStatus[];
    workflows?: JiraWorkflow[];
}

Properties

statuses?: JiraWorkflowStatus[]

List of created statuses.

workflows?: JiraWorkflow[]

List of created workflows.