The update workflows payload.

interface UpdateWorkflows {
    expand?: string;
    statuses: WorkflowStatusUpdate[];
    workflows: WorkflowUpdate[];
}

Hierarchy (view full)

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.

The statuses to associate with the workflows.

workflows: WorkflowUpdate[]

The details of the workflows to update.