reorder_task
Move a task to a new position relative to another task within the same project, establishing dependencies in sequential projects.
Instructions
Move a task before or after another task within the same project/level.
task_id: str (required)
before_task_id: str -- place before this task
after_task_id: str -- place after this task
Exactly one of before/after required. In sequential projects, order = dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| before_task_id | No | ||
| after_task_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |