transition_issue
Change an issue's status by applying a specified transition. Optionally add a comment to record context.
Instructions
Execute a status transition on an issue.
Use list_transitions first to get available transition IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment for the transition | |
| issue_key | Yes | Issue key (e.g. "DEV-123") | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| transition_id | Yes | Transition ID (from list_transitions) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |