tasks_tasks_move
Move a task to a new position or different task list. Specify parent or previous task for ordering, and optional destination list to transfer the task.
Instructions
Move a task within its list or to another list. Use parent/previous to set position; destinationTasklist to change list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task ID to move | |
| parent | No | New parent task ID (move as subtask under this task) | |
| previous | No | New sibling task ID (move immediately after this task) | |
| tasklist | Yes | Source task list ID | |
| destinationTasklist | No | Destination task list ID (omit to move within the source list) |