Duplicate project
project_duplicateCopy an Asana project, including its dashboard, to create a new project with preconfigured views. Optionally include members, notes, and attachments. Returns a job that completes asynchronously.
Instructions
Copy a project. Tasks, project views (List/Board/Dashboard tabs) and rules are always carried over — this is the only way to give a new project a preconfigured Dashboard, since Asana exposes no dashboard/chart API. Returns a job; duplication finishes asynchronously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new project. | |
| include | No | Optional elements to copy in addition to the automatic ones. | |
| team_gid | No | Team for the new project. | |
| project_gid | Yes | The template project to copy. |