Enumerations

Enumerations define the valid options for dropdown/select fields throughout your workarea. Common examples include priority levels (Low, Medium, High), severity ratings, and categories.

Managing Enumerations

Navigate to Settings → Data → Enumerations to view and manage enumerations.

Creating an Enumeration

  1. Click Add Enumeration
  2. Enter a Name — a lowercase identifier using letters, numbers, underscores, and hyphens (cannot be changed after creation)
  3. Set a Label — the display name
  4. Optionally add a Description
  5. Add Options — each option has:
SettingDescription
ValueThe stored value (must be unique within the enum)
LabelThe display text shown to users
ColorA color used for badges and indicators
  1. Click Save

Inheritance

Enumerations follow the configuration hierarchy. If your workarea’s group or the global configuration defines an enumeration, it appears as an inherited enum in your workarea.

Inheritance Modes

When working with an inherited enumeration, you can choose how to handle it:

ModeBehavior
InheritAdd new options alongside the inherited ones. You cannot duplicate values that already exist in the parent.
OverrideReplace the entire enumeration with your own local definition. Parent options are ignored.

Common Enumerations

EnumTypical ValuesUsed For
statusDraft, In Review, Approved, ClosedItem workflow states
priorityLow, Medium, High, CriticalItem importance
severityMinor, Major, CriticalIssue severity classification

Note: Status enumerations are typically managed through Workflows rather than edited directly, since each workflow defines its own set of valid statuses.