todoist_section_move
Move a section to a different project, relocating all its tasks. Specify the section by ID or name and the destination project ID.
Instructions
Move a section to a different project. All tasks in the section will move with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | No | The ID of the section to move | |
| section_name | No | The name of the section to move (partial match, case-insensitive) | |
| project_id | Yes | The destination project ID (required) |