asana_add_enum_option
Add a new option to an existing enum or multi-select custom field, expanding the dropdown without recreating the field.
Instructions
Add an option to an existing enum/multi_enum custom field (extend a dropdown without recreating the field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Option label | |
| color | No | Option color (e.g. "blue") | |
| insert_after | No | Option GID to insert after | |
| insert_before | No | Option GID to insert before | |
| custom_field_gid | Yes | Enum/multi_enum field GID |