transition_jira_issue
Move a Jira issue to a new status by specifying the issue key and transition ID, optionally adding comments or updating fields during the process.
Instructions
Transition a Jira issue to a new status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | Comment to add during transition (optional) | |
fields | No | Additional fields to update during transition (optional) | |
issue_key | Yes | The issue key (e.g., PROJECT-123) | |
transition_id | Yes | ID of the transition to perform (get IDs using get_transitions) |