move_task
Move tasks across lists or projects for custom workflow stages like Blocked or Icebox. Use this when standard status updates aren't applicable, ensuring tasks land in the right place.
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 | |||