v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Workflow scheme drafts

Get draft default workflow

Returns the default workflow for a workflow scheme's draft. The default workflow is the workflow that is assigned any issue types that have not been mapped to any other workflow. The default workflow has All Unassigned Issue Types listed in its issue types for the workflow scheme in Jira.

Permissions required: Administer Jira global permission.

get/rest/api/3/workflowscheme/{id}/draft/default

Path parameters

idinteger required

The ID of the workflow scheme that the draft belongs to.

Response

Returned if the request is successful.

updateDraftIfNeededboolean

Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults to false.

workflowstring required

The name of the workflow to set as the default workflow.