asana_set_parent_for_task
Set a new parent for a task to reorganize project hierarchy, and position it within sibling subtasks using insert_before or insert_after. Use null to remove the parent.
Instructions
Set the parent of a task and position the subtask within the other subtasks of that parent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| opts | No | ||
| task_id | Yes | The task ID to operate on |