Execute Issue Transition
issue_execute_transitionExecute a status transition on a Yandex Tracker issue to move it to a new status. Requires a valid transition ID obtained from 'issue_get_transitions'.
Instructions
Execute a status transition for a Yandex Tracker issue. IMPORTANT: You MUST first call issue_get_transitions to retrieve available transitions for the issue. Only pass a transition_id that was returned by issue_get_transitions. Do NOT use arbitrary transition IDs - the API will reject invalid transition IDs. Returns a list of new transitions available for the issue in its new status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| transition_id | Yes | The transition ID to execute. Must be one of the IDs returned by issue_get_transitions tool. | |
| comment | No | Optional comment to add when executing the transition. | |
| fields | No | Optional dictionary of additional fields to set during the transition. Common fields include 'resolution' (e.g., 'fixed', 'wontFix') for closing issues, 'assignee' for reassigning, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |