Create Portfolio
asana_create_portfolioCreate a portfolio to group related projects for high-level tracking. Specify a name and workspace to get the new portfolio's gid and details.
Instructions
Create a new portfolio in a workspace. Portfolios group related projects for high-level tracking. Returns the created portfolio object with gid and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the portfolio. | |
| color | No | Color of the portfolio. 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. | |
| public | No | Whether the portfolio is visible to everyone in the workspace. Defaults to false (private). | |
| workspace | No | The GID of the workspace (numeric string, e.g. `'1234567890123'`). Get it from asana_list_workspaces. Can be omitted if ASANA_DEFAULT_WORKSPACE_GID is set. | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,name,color,public,created_at`. |