get_transitions
Fetch the list of workflow transitions for a Jira issue, with optional details on unavailable transitions and sorting by status category.
Instructions
Get transitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Use [expand](#expansion) to include additional information about transitions in the response. This parameter accepts `tr | |
| issueIdOrKey | Yes | The ID or key of the issue. | |
| transitionId | No | The ID of the transition. | |
| sortByOpsBarAndStatus | No | Whether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only | |
| skipRemoteOnlyCondition | No | Whether transitions with the condition *Hide From User Condition* are included in the response. Available to Connect and | |
| includeUnavailableTransitions | No | Whether details of transitions that fail a condition are included in the response |