jira_transition_issue
Move a Jira issue to a new status by supplying the issue key and transition ID. Fetch the issue first to obtain available transition IDs.
Instructions
Transition a Jira issue to a new status. Use jira_fetch_issue first to get the available transition IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jira issue key | |
| transitionId | Yes | Transition ID from the issue's transitions list |