Get available transitions
Use this API to retrieve a list of transitions available for the specified issues that can be used or bulk transition operations. You can submit either single or multiple issues in the query to obtain the available transitions.
The response will provide the available transitions for issues, organized by their respective workflows. Only the transitions that are common among the issues within that workflow and do not involve any additional field updates will be included. For bulk transitions that require additional field updates, please utilise the Jira Cloud UI.
You can request available transitions for up to 1,000 issues in a single operation. This API uses pagination to return responses, delivering 50 workflows at a time.
Permissions required:
- Global bulk change permission.
- Transition issues permission in all projects that contain the selected issues.
- Browse project permission in all projects that contain the selected issues.
- If issue-level security is configured, issue-level security permission to view the issue.
Query parameters
Comma (,) separated Ids or keys of the issues to get transitions available for them.
(Optional)The end cursor for use in pagination.
(Optional)The start cursor for use in pagination.
Response
Returned if the request is successful.