asana_create_project
Create a new Asana project in a workspace or team, with options for name, notes, color, privacy, and default view.
Instructions
Create a new project in a workspace or team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project | |
| team | No | The team GID to create the project in (required for organization workspaces) | |
| color | No | Color of the project. Can be one of: dark-pink, dark-green, dark-blue, dark-red, dark-teal, dark-brown, dark-orange, dark-purple, dark-warm-gray, light-pink, light-green, light-blue, light-red, light-teal, light-brown, light-orange, light-purple, light-warm-gray | |
| notes | No | Description or notes for the project | |
| workspace | Yes | The workspace GID to create the project in | |
| opt_fields | No | Comma-separated list of optional fields to include in the response | |
| default_view | No | The default view of the project. Can be: list, board, calendar, timeline | |
| privacy_setting | No | Privacy setting of the project. Can be: public_to_workspace, private_to_team, private |