move_task
Move a task to another list while preserving its uid and all properties. Note: subtasks don't move automatically, so move parent and subtasks together to keep the hierarchy intact.
Instructions
Move a task to another task list, keeping its uid and every property. Subtasks are not moved with it, and a parent link only resolves within one list, so move a parent and its subtasks together if you want the hierarchy to survive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The task uid. | |
| list | No | Source task list, if known. | |
| toList | Yes | Destination task list uri or display name. |