transition_issue
Move a Jira issue to a new status by specifying its key and transition name or ID, optionally adding a comment or resolution.
Instructions
Transition an issue to a new status.
Args: issue_key: Issue key (e.g., "KAN-123") transition_name: Transition name (e.g., "In Progress", "Done"). Used to auto-find ID. transition_id: Transition ID (takes priority over name) comment: Optional comment to add during transition resolution: Optional resolution name (e.g., "Done") for closing transitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| issue_key | Yes | ||
| resolution | No | ||
| transition_id | No | ||
| transition_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||