jira_issues_transition
Transition a Jira issue to a new status by specifying the target status name. Automatically resolves the transition ID and optionally adds a comment or resolution.
Instructions
Transition a Jira issue to a new status.
Automatically resolves the transition ID from the target status name. Use jira_issues_get_transitions to see available transitions first. Returns: {success, issue_key, from_status, to_status}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key, e.g. 'PROJ-123' | |
| target_status | Yes | Target status name, e.g. 'In Progress', 'Done'. Case-insensitive. | |
| comment | No | Optional comment to add with the transition | |
| resolution | No | Resolution name if transitioning to Done, e.g. 'Done', 'Won't Do' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||