Set issue types for workflow in workflow scheme
Sets the issue types for a workflow in a workflow scheme. The workflow can also be set as the default workflow for the workflow scheme. Unmapped issues types are mapped to the default workflow.
Note that active workflow schemes cannot be edited. If the workflow scheme is active, set updateDraftIfNeeded to true in the request body and a draft workflow scheme is created or updated with the new workflow-issue types mappings. The draft workflow scheme can be published in Jira.
Permissions required: Administer Jira global permission.
Path parameters
The ID of the workflow scheme.
Query parameters
The name of the workflow.
Request body
Response
Returned if the request is successful.
Changes
Changed in 1 of the 15 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
- ●