Workflow schemes
Update default workflow
Sets the default workflow for a workflow scheme.
Note that active workflow schemes cannot be edited. If the workflow scheme is active, set updateDraftIfNeeded to true in the request object and a draft workflow scheme is created or updated with the new default workflow. The draft workflow scheme can be published in Jira.
Permissions required: Administer Jira global permission.
put/rest/api/3/workflowscheme/{id}/default
Path parameters
idinteger required
The ID of the workflow scheme.
Request body
Response
Returned if the request is successful.
Changes
Changed in 1 of the 18 revisions of this API.1
- ●
added the new
product_discoveryenum value to the////////////response property for the response statusresponse-property-enum-value-added
- ●