jira_get_transitions
Retrieve all possible workflow transitions for a Jira issue. Use this to see available status changes before moving an issue through its workflow.
Instructions
Retrieves all available workflow transitions for a Jira issue. Use this to discover which status changes are possible for an issue before calling jira_transition_issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Issue key to get available transitions for (e.g., PROJECT-123) |