id
will be used to reference the specific form field in API calls and Liquid syntaxes.
ENV
, it will be reflected in the forms. However, when you go to reference it using Liquid syntax, it would still be {{incident.environments[0]}}
.
Select
or Multiple Select
type. For example, if you want to enforce that users can only select a single Incident Type
, then you can update the Incident Type
field to be a Select
field type.
Not all built-in fields can have customizable field types. For example a checkbox field (e.g. Backfill Incident
toggle, Mark as Triage
toggle) can only be that type.
SEV4
for the Severity
field, then you can set it here.