sprint_move_task
Move a task to another kanban stage within a sprint by providing sprint, task, and stage IDs. Requires user confirmation for the change.
Instructions
Перенести задачу на другую стадию канбана спринта (ID стадий — в sprint_board). Требует подтверждения пользователя.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID задачи | |
| stage_id | Yes | ID стадии канбана спринта | |
| sprint_id | Yes | ID спринта (из scrum_sprints или sprint_board) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||