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 14 revisions of this API.1
- ●
added the new
product_discoveryenum value to theissueTypes/additionalProperties/scope/allOf[Scope]/project/allOf[ProjectDetails]/projectTypeKeyresponse property for the response status200response-property-enum-value-added
- ●