list_transitions
List all available status transitions for a Jira issue. Returns transition IDs and target status names so you can find the correct transition before updating the issue status.
Instructions
List all available status transitions for a Jira issue. Returns transition IDs and target status names. Use before transition_issue to find the correct transition ID (e.g. "In Progress", "Resolved", "Closed").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g. SEC-123). | |
| max_tokens | No | Max output tokens. Default: 20000. | |
| break_token_rule | No | Bypass token limit check. |