Optionalafter?: stringThe ID of the issue type to place the moved issue types after. Required if position isn't provided.
A list of the issue type IDs to move. The order of the issue type IDs in the list is the order they are given after the move.
The ID of the issue type scheme.
Optionalposition?: string & {} | "First" | "Last"The position the issue types should be moved to. Required if after isn't provided.
Optionaloptions: RequestOptions
Changes the order of issue types in an issue type scheme.
The request body parameters must meet the following requirements:
afterorpositionmust be provided.aftermust not be in the issue type list.Permissions required: Administer Jira global permission.