Assign Workflow Scheme To Project

PUT {{baseUrl}}/rest/api/3/workflowscheme/project

Assigns a workflow scheme to a project. This operation is performed only when there are no issues in the project.

Workflow schemes can only be assigned to classic projects.

Permissions required: Administer Jira global permission.

Request Body

{"projectId"=>"<string>", "workflowSchemeId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring