Workflow schemes

Get required status mappings for workflow scheme update

Gets the required status mappings for the desired changes to a workflow scheme. The results are provided per issue type and workflow. When updating a workflow scheme, status mappings can be provided per issue type, per workflow, or both.

Permissions required:

  • Administer Jira permission to update all, including global-scoped, workflow schemes.
  • Administer projects project permission to update project-scoped workflow schemes.
post/rest/api/2/workflowscheme/update/mappings

Request body

defaultWorkflowIdstring nullable

The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to Jira Workflow (jira).

idstring required

The ID of the workflow scheme.

Response

Returned if the request is successful.

Changes

No recorded changes to this endpoint across all 15 revisions of this API.