asana_set_parent
Reparent a task by setting a new parent GID to organize subtasks, or pass null to detach it to top level. Optionally position it before or after a sibling.
Instructions
Re-parent a task: make it a subtask of parent_gid, or detach to top level (parent_gid:null). Optional insert_before/insert_after sibling GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_gid | Yes | ||
| parent_gid | No | New parent task GID, or null to detach | |
| insert_after | No | ||
| insert_before | No |