Custom Field Options
API endpoints for custom field options
Manage custom field options.
Single- and multi-select custom fields have a list of all available options,
which have a value, and a sort key. The value must be unique to the custom
field. For example, you might have an Incident Type custom field, with options
“Data breach”, “Performance degradation”, “API downtime”, etc.
The custom field option object
ID of the custom field this option belongs to
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Unique identifier for the custom field option
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Sort key used to order the custom field options correctly
Example:
10
Human readable name for the custom field option. Values must not start or end with whitespace, or contain tabs or newlines.
Example:
"Product"