transition_story
Moves a Jira Story through workflow transitions (e.g., To Do, In Progress, Done). Lists available transitions when no target is specified; terminal transitions require explicit confirmation.
Instructions
Moves a Story through its workflow (e.g. To Do -> In Progress -> Done). Call without transition to list available transitions. Transitions into a terminal status (Done/Closed/Resolved) are guarded and require confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add as part of the transition | |
| confirm | No | Must be set to true to actually perform this irreversible/high-impact action. If omitted, the tool returns a warning instead of acting. | |
| issue_key | Yes | Issue key, e.g. "PRD-42" | |
| transition | No | Target transition name (e.g. "Done") or transition id. Omit to just list the available transitions for this issue. |