interface WorkflowUpdateResponse {
    statuses?: JiraWorkflowStatus[];
    taskId?: string;
    workflows?: JiraWorkflow[];
}

Properties

statuses?: JiraWorkflowStatus[]

List of updated statuses.

taskId?: string

If there is a asynchronous task operation, as a result of this update.

workflows?: JiraWorkflow[]

List of updated workflows.