Get Custom Field
asana_get_custom_fieldRetrieve full details of an Asana custom field by GID, including enum option GIDs, to set custom field values on tasks accurately.
Instructions
Get full details for a custom field by GID. Returns name, type, description, enum_options (with gid, name, color, enabled), precision, and format. Use this to get enum option GIDs before setting custom field values on tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,type,description,enum_options,is_global_to_workspace,precision,format,currency_code,custom_label`. Default fields: gid, resource_type, name, type. | |
| custom_field_gid | Yes | The GID of the custom field (numeric string, e.g. `'1234567890123'`). Get custom field GIDs from asana_get_custom_fields_for_workspace or from the `custom_fields` array on a task. |