Add Portfolio Item
asana_add_portfolio_itemAdd a project to a portfolio and optionally set its placement by specifying an item before or after it. Returns a success message.
Instructions
Add a project to a portfolio. Optionally control placement with insert_before or insert_after. Returns a success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | The GID of the project to add (numeric string, e.g. `'1234567890123'`). | |
| insert_after | No | GID of an existing portfolio item to insert this project after. Cannot be used with insert_before. | |
| insert_before | No | GID of an existing portfolio item to insert this project before. Cannot be used with insert_after. | |
| portfolio_gid | Yes | The GID of the portfolio to add the project to (numeric string, e.g. `'1234567890123'`). |