transition_issue
Move a Jira issue to a different status or state by specifying the issue key and transition ID, with optional comments and field updates.
Instructions
Move a Jira issue to a different status/state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key to transition | |
| transitionId | Yes | The ID of the transition to perform (will be converted to string automatically) | |
| comment | No | Optional comment to add during transition | |
| fields | No | Additional fields to update during transition |