Execute Issue Transition
issue_execute_transitionChange a Yandex Tracker issue's status by executing a valid transition ID from issue_get_transitions. Optionally set fields like resolution or assignee and add a comment.
Instructions
Execute a status transition for a Yandex Tracker issue. Call issue_get_transitions first and pass one of the ids it returned - the API rejects anything else. Returns the transitions available in the new status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| comment | No | Optional comment to add when executing the transition. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |