Skip to main content
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

custom_field_id
string
required

ID of the custom field this option belongs to

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

id
string
required

Unique identifier for the custom field option

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

sort_key
integer<int64>
default:1000
required

Sort key used to order the custom field options correctly

Example:

10

value
string
required

Human readable name for the custom field option

Example:

"Product"