Create dropdown value
enum_option_createAdd a new dropdown value to an existing Asana enum or multi-enum custom field, with optional placement by position or relative to other options.
Instructions
Add a value to an enum / multi_enum custom field. Appended at the end unless you give a position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new dropdown value. | |
| color | No | One of: none, red, orange, yellow-orange, yellow, yellow-green, green, blue-green, aqua, blue, indigo, purple, magenta, hot-pink, pink, cool-gray | |
| insert_after | No | enum_option gid to place this after. | |
| insert_before | No | enum_option gid to place this before. | |
| custom_field_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. |