move_task
Move a task to a different list on the same project or to another project entirely. Use for stages like 'Blocked' or 'Icebox' where a simple status update does not apply.
Instructions
Move a task to another list, or to a different project entirely. Use this for stages that are not part of the todo/in_progress/review/done flow - a 'Blocked' or 'Icebox' list, say - where update_status does not apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task to move. | |
| to_list | No | Destination list on the same project, by name or id. | |
| to_project_id | No | Move to a different project (tab). Its todo stage is used unless to_list names a list there. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||