todoist_bulk_move_tasks
Move multiple tasks with their subtasks to a different project, section, or parent task in Todoist using a single operation.
Instructions
Move multiple tasks (and their respective subtasks, if any; e.g., up to 10-20 parent tasks for best performance) to a different project, section, or make them subtasks of another task. Provide an array of taskIds and exactly one destination (projectId, sectionId, or parentId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskIds | Yes | An array of task IDs to move. | |
| projectId | No | The ID of the destination project. (Optional, use only one of projectId, sectionId, parentId) | |
| sectionId | No | The ID of the destination section. (Optional, use only one of projectId, sectionId, parentId) | |
| parentId | No | The ID of the parent task to move these tasks under. (Optional, use only one of projectId, sectionId, parentId) |