todoist_bulk_move_tasks
Move multiple Todoist tasks and their subtasks to a new project, section, or as subtasks of another task using task IDs and a single destination (projectId, sectionId, or parentId).
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 |
---|---|---|---|
parentId | No | The ID of the parent task to move these tasks under. (Optional, use only one of projectId, sectionId, parentId) | |
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) | |
taskIds | Yes | An array of task IDs to move. |