asana_add_project_to_task
Add an existing task to a project in Asana. Optionally position it within a section or relative to other tasks.
Instructions
Add an existing task to a project. If no positioning arguments are given, the task will be added to the end of the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Optional: The section ID to add the task to within the project | |
| task_id | Yes | The task ID to add to the project | |
| project_id | Yes | The project ID to add the task to | |
| insert_after | No | Optional: A task ID to insert this task after. At most one of insert_before, insert_after, or section should be specified. | |
| insert_before | No | Optional: A task ID to insert this task before. At most one of insert_before, insert_after, or section should be specified. |