Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.incident.io/llms.txt

Use this file to discover all available pages before exploring further.

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. Values must not start or end with whitespace, or contain tabs or newlines.

Example:

"Product"