transition_issue
Transition a Jira issue to a new status by name or ID. Optionally list available transitions before executing; some transitions require a resolution.
Instructions
Transition an issue through its workflow. You can either execute a transition by name or ID, or list all available transitions from the current state. Some transitions require a resolution (e.g., "Done" may require "Fixed", "Won't Fix", etc.). Use listTransitions=true to discover what transitions are available before attempting one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add during the transition. | |
| issueKey | Yes | Issue key (e.g., "PROJ-123"). REQUIRED. | |
| resolution | No | Resolution name. Required for some transitions (e.g., "Done", "Fixed", "Won't Fix"). | |
| transitionId | No | Numeric transition ID. Use if transition name is ambiguous or not found. | |
| transitionName | No | Human-readable transition name (e.g., "In Progress", "Done", "Start Progress"). | |
| listTransitions | No | If true, only lists available transitions without executing one. |