Move Issue to Another Queue
issue_moveMove a Yandex Tracker issue to another queue to reassign it to a different team or workflow, obtaining a new key in the target queue.
Instructions
Move a Yandex Tracker issue to a different queue. The issue will receive a new key in the target queue (e.g., TASKS-1 → NEWQUEUE-42). Returns the updated issue with its new key and queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue | Yes | Target queue key (e.g., 'MYQUEUE') | |
| notify | No | Whether users referenced in the issue's fields are notified of the change. | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| notify_author | No | Whether the issue author is notified of the change. | |
| initial_status | No | Whether to reset the issue status to the initial value. Set this to true when moving to a queue with a different workflow. | |
| move_all_fields | No | Whether to carry over the issue's versions, components and projects when matching ones exist in the target queue. When false, those fields are cleared. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| epic | No | ||
| tags | No | ||
| type | No | ||
| spent | No | ||
| start | No | ||
| votes | No | ||
| boards | No | Agile boards the issue shows up on. Tracker fills this in from the boards' own filters - an issue is not assigned to a board directly, so this is read-only. Use the board id with `board_get`, `board_get_columns` or `board_get_sprints`. | |
| parent | No | ||
| sprint | No | Sprints the issue is in. Use `board_get_sprints` to look up the sprints of a board, and pass a sprint id to `issue_update` to move the issue between them. | |
| status | No | ||
| unique | No | ||
| summary | No | ||
| version | No | ||
| assignee | No | ||
| deadline | No | ||
| priority | No | ||
| createdAt | No | ||
| createdBy | No | ||
| updatedAt | No | ||
| updatedBy | No | ||
| components | No | ||
| estimation | No | ||
| description | No | ||
| storyPoints | No | ||
| previousStatus | No |