move_task
Move a task between projects, sections, or under a parent task to organize cross-project workflows.
Instructions
Move a task to a different project, section, or under a parent task. This enables cross-project task organization.
Args: task_id: ID of the task to move (required). project_id: ID of the target project to move the task to. section_id: ID of the target section to move the task to. parent_id: ID of the parent task to move the task under.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| project_id | No | ||
| section_id | No | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |