Returns the default workflow for a workflow scheme. The default workflow is the workflow that is assigned any issue types that have not been mapped to any other workflow. The default workflow has All Unassigned Issue Types listed in its issue types for the workflow scheme in Jira.Permissions required:Administer Jiraglobal permission.
Request
Path Params
Query Params
Responses
🟢200OK
application/json
Returned if the request is successful.
Body
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/workflowscheme//default'