todoist_task_move
Move a task to a different project, section, or under a parent task using its ID or name and destination IDs.
Instructions
Move a task to a different project, section, or under a parent task. Uses Todoist Sync API for reliable movement operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | The ID of the task to move | |
| task_name | No | The name of the task to move (partial match, case-insensitive) | |
| project_id | No | The destination project ID | |
| section_id | No | The destination section ID | |
| parent_id | No | The parent task ID (makes this task a subtask) |