jira_transition_issue
Move a Jira issue to a new status by providing the issue key and a valid transition ID. Get available transitions with jira_get_transitions to ensure correctness.
Instructions
Transition an issue to a new status. Use jira_get_transitions first to get valid transition IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add with the transition | |
| issueKey | Yes | The issue key (e.g., PROJ-123) | |
| transitionId | Yes | The transition ID (from jira_get_transitions) |