Workflow schemes
Get workflow scheme
Returns a workflow scheme.
Permissions required: Administer Jira global permission.
get/rest/api/3/workflowscheme/{id}
Path parameters
idinteger required
The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as schemeId. For example, schemeId=10301.
Query parameters
returnDraftIfExistsboolean
Returns the workflow scheme's draft rather than scheme itself, if set to true. If the workflow scheme does not have a draft, then the workflow scheme is returned.
Response
Returned if the request is successful.