jira_transition_issue
List available transitions for a Jira issue or execute a transition by its ID. Optionally add a comment during the transition.
Instructions
List available transitions for an issue or perform a transition by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add while transitioning the issue. | |
| issueKey | Yes | Jira issue key, for example ABC-123 | |
| transitionId | No | Transition id to execute. If omitted, the tool lists available transitions. |