Jira: Transition Issue
jira_transition_issueTransition a Jira issue to a new status by providing a transition ID and optional field updates.
Instructions
Transition an issue via /rest/api/3/issue/{key}/transitions. Provide a transition id (use jira_get_transitions first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional fields to set during transition | |
| update | No | Optional update object to apply during transition | |
| issueKey | Yes | Issue key, e.g. WOR-2367 | |
| transitionId | Yes | Transition id to apply |