move_task
Moves a task to a specified kanban column—backlog, in progress, testing, or done—using the task ID and target status.
Instructions
Move a task to another kanban column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Numeric id of the task to move. | |
| target_status | Yes | Destination column: 'backlog', 'in_progress', 'testing', or 'done'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||