asana_add_field_to_project
Attach an existing custom field to a project, with options to pin it in the task header and position it relative to other fields.
Instructions
Attach an existing custom field to a project (addCustomFieldSetting), optionally important/positioned. Pairs with asana_create_custom_field to build a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_gid | Yes | Project GID | |
| insert_after | No | Field setting GID to insert after | |
| is_important | No | Show in task header / pin | |
| insert_before | No | Field setting GID to insert before | |
| custom_field_gid | Yes | Custom field GID to attach |