Add Project To Task
asana_add_project_to_taskAdd an existing Asana task to a project, with optional placement in a section or relative to other tasks.
Instructions
Add an existing task to a project (tasks can belong to multiple projects). Added to the end of the project by default. Optionally specify a section or relative position. Use at most one of: section, insert_after, insert_before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Optional: GID of the section within the project to add the task to. | |
| task_id | Yes | The GID of the task to add (numeric string, e.g. `'19234567890123'`). | |
| project_id | Yes | The GID of the project to add the task to (numeric string). | |
| insert_after | No | Optional: GID of a task to insert this task after. Mutually exclusive with insert_before and section. | |
| insert_before | No | Optional: GID of a task to insert this task before. Mutually exclusive with insert_after and section. |