Create custom field
custom_field_createAdd a new custom field to an Asana workspace. Define field type as text, number, date, people, or a dropdown (single or multi-select) with custom options.
Instructions
Create a workspace custom field. For a dropdown use type 'enum' (single-select) or 'multi_enum' (multi-select) and pass enum_options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| precision | No | Decimal places, for type 'number'. | |
| description | No | ||
| enum_options | No | Dropdown values, in order. Only for enum / multi_enum. | |
| workspace_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. |