asana_duplicate_project
Clone an existing Asana project's structure into a new project. Specify which fields, like members, task notes, or assignees, to copy.
Instructions
Duplicate an existing project (clone a board with its structure). include = fields to copy (array or comma string, e.g. ["members","task_notes","task_assignee"]). Returns an async job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new project | |
| team | No | Team GID for the copy | |
| include | No | Fields to copy (array or comma string) | |
| project_gid | Yes | Source project GID |