Get Workflow For Issue Type In Workflow Scheme

GET {{baseUrl}}/rest/api/3/workflowscheme/:id/issuetype/:issueType?returnDraftIfExists=false

Returns the issue type-workflow mapping for an issue type in a workflow scheme.

Permissions required: Administer Jira global permission.

Request Params

KeyDatatypeRequiredDescription
returnDraftIfExistsbooleanReturns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.

RESPONSES

status: OK

{"issueType":"10000","workflow":"jira"}