v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue bulk operations

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:

get/rest/api/3/bulk/issues/transition

Query parameters

issueIdsOrKeysstring required

Comma (,) separated Ids or keys of the issues to get transitions available for them.

endingBeforestring

(Optional)The end cursor for use in pagination.

startingAfterstring

(Optional)The start cursor for use in pagination.

Response

Returned if the request is successful.

endingBeforestring

The end cursor for use in pagination.

startingAfterstring

The start cursor for use in pagination.