v5

latestOpenAPI 3.0.1Apache 2.02026-08-046169702.3 MB
Issues

Get transitions

Returns either all transitions or a transition that can be performed by the user on an issue, based on the issue's status.

Note, if a request is made for a transition that does not exist or cannot be performed on the issue, given its status, the response will return any empty transitions list.

This operation can be accessed anonymously.

Permissions required: A list or transition is returned only when the user has:

However, if the user does not have the Transition issues project permission the response will not list any transitions.

get/rest/api/3/issue/{issueIdOrKey}/transitions

Path parameters

issueIdOrKeystring required

The ID or key of the issue.

Query parameters

expandstring

Use expand to include additional information about transitions in the response. This parameter accepts transitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue.

transitionIdstring

The ID of the transition.

skipRemoteOnlyConditionboolean

Whether transitions with the condition Hide From User Condition are included in the response. Available to Connect and Forge app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.

includeUnavailableTransitionsboolean

Whether details of transitions that fail a condition are included in the response

sortByOpsBarAndStatusboolean

Whether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only by ops-bar sequence value.

Response

Returned if the request is successful.

expandstring

Expand options that include additional transitions details in the response.