jira_get_transitions
List all valid workflow transitions for a Jira issue so you can discover the correct transition names before moving it to a new status.
Instructions
List all available workflow transitions for a Jira issue. Use this to discover valid transition names before calling jira_transition_issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | The Jira issue key (e.g. 'PROJ-123') or numeric issue ID. |