Attach custom field to project or portfolio
custom_field_attachAttach an existing custom field to a project or portfolio, making it available for use in that context.
Instructions
Make an existing custom field available on a project or a portfolio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_gid | No | Asana gid (numeric string). Use asana_find to look one up by name. | |
| insert_after | No | custom_field_setting gid to place this after. | |
| is_important | No | Show it in the sidebar / as a portfolio column (default false). | |
| insert_before | No | custom_field_setting gid to place this before. | |
| portfolio_gid | No | Asana gid (numeric string). Use asana_find to look one up by name. | |
| custom_field_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. |