Get draft workflow scheme
Returns the draft workflow scheme for an active workflow scheme. Draft workflow schemes allow changes to be made to the active workflow schemes: When an active workflow scheme is updated, a draft copy is created. The draft is modified, then the changes in the draft are copied back to the active workflow scheme. See Configuring workflow schemes for more information.
Note that:
- Only active workflow schemes can have draft workflow schemes.
- An active workflow scheme can only have one draft workflow scheme.
Permissions required: Administer Jira global permission.
Path parameters
The ID of the active workflow scheme that the draft was created from.
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
- ●