Update Draft Default Workflow

PUT {{baseUrl}}/rest/api/3/workflowscheme/:id/draft/default

Sets the default workflow for a workflow scheme's draft.

Permissions required: Administer Jira global permission.

Request Body

{"workflow"=>"<string>", "updateDraftIfNeeded"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:17218781,&quot;name&quot;:&quot;Example workflow scheme&quot;,&quot;description&quot;:&quot;The description of the example workflow scheme.&quot;,&quot;defaultWorkflow&quot;:&quot;scrum workflow&quot;,&quot;issueTypeMappings&quot;:{&quot;10000&quot;:&quot;jira&quot;,&quot;10001&quot;:&quot;jira&quot;},&quot;originalDefaultWorkflow&quot;:&quot;jira&quot;,&quot;originalIssueTypeMappings&quot;:{&quot;10001&quot;:&quot;builds workflow&quot;},&quot;draft&quot;:true,&quot;lastModifiedUser&quot;:{&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g&quot;,&quot;key&quot;:&quot;&quot;,&quot;accountId&quot;:&quot;5b10a2844c20165700ede21g&quot;,&quot;name&quot;:&quot;&quot;,&quot;emailAddress&quot;:&quot;mia@example.com&quot;,&quot;avatarUrls&quot;:{&quot;48x48&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48\u0026s=48&quot;,&quot;24x24&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24\u0026s=24&quot;,&quot;16x16&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16\u0026s=16&quot;,&quot;32x32&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32\u0026s=32&quot;},&quot;displayName&quot;:&quot;Mia Krystof&quot;,&quot;active&quot;:true,&quot;timeZone&quot;:&quot;Australia/Sydney&quot;,&quot;groups&quot;:{&quot;size&quot;:3,&quot;items&quot;:[]},&quot;applicationRoles&quot;:{&quot;size&quot;:1,&quot;items&quot;:[]}},&quot;lastModified&quot;:&quot;Today 6:38 PM&quot;,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft&quot;}