transition_issue
Move a Jira issue to a new status by providing the issue key and transition ID. Optionally add a comment. Get the transition ID via get_transitions.
Instructions
Transition a Jira issue to a new status. Use get_transitions first to find the right transition ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add with the transition | |
| issueKey | Yes | Issue key, e.g. PROJ-123 | |
| transitionId | Yes | Transition ID (from get_transitions) |