Change Order Of Issue Types

PUT {{baseUrl}}/rest/api/3/issuetypescheme/:issueTypeSchemeId/issuetype/move

Changes the order of issue types in an issue type scheme.

The request body parameters must meet the following requirements:

  • all of the issue types must belong to the issue type scheme.
  • either after or position must be provided.
  • the issue type in after must not be in the issue type list.

Permissions required: Administer Jira global permission.

Request Body

{"issueTypeIds"=>["<string>", "<string>"], "after"=>"<string>", "position"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring