Move Issue to Another Queue
issue_moveMove a Yandex Tracker issue to a different queue, automatically generating a new issue 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 |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| queue | Yes | Target queue key (e.g., 'MYQUEUE') | |
| notify | No | Whether users referenced in the issue's fields are notified of the change. | |
| notify_author | No | Whether the issue author is notified of the change. | |
| 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. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| createdAt | No | ||
| updatedAt | No | ||
| createdBy | No | ||
| updatedBy | No | ||
| version | No | ||
| unique | No | ||
| key | No | ||
| summary | No | ||
| description | No | ||
| type | No | ||
| priority | No | ||
| assignee | No | ||
| status | No | ||
| previousStatus | No | ||
| deadline | No | ||
| components | No | ||
| start | No | ||
| storyPoints | No | ||
| tags | No | ||
| votes | No | ||
| sprint | No | ||
| epic | No | ||
| parent | No | ||
| estimation | No | ||
| spent | No |