jira_get_issue_transitions
Retrieve available workflow transitions for a JIRA issue by its key, showing possible status changes such as Open to In Progress or In Progress to Resolved.
Instructions
Get available workflow transitions for a JIRA issue by its key (e.g., "IDS-10194"). Shows what status changes are possible for the issue (e.g., Open -> In Progress, In Progress -> Resolved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | The JIRA issue ID or key to get transitions for. Example: "IDS-10194" | |
| includeUnavailable | No | Whether to include transitions that are not available to the current user (default: false) |