For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure Incident Fields

Learn how to configure and customize incident fields in Harness AI SRE.

Learn how to configure and customize fields for incidents in Harness AI SRE.

Overview

Incident fields help you:

  • Capture essential incident data

  • Standardize incident reporting

  • Enable effective filtering

  • Support automation

  • Generate insights


Field types

Required fields

Basic information

field_definitions:
  title:
    type: string
    required: true
    template: "[service] - [issue_type]"
  severity:
    type: enum
    values: [P1, P2, P3, P4, P5]
    required: true
  status:
    type: enum
    values: [detected, investigating, mitigating, resolved]
    required: true

Severity field values

The severity field uses numeric string values internally. When configuring runbook triggers or API integrations, use these exact values:

Value
Display Label
Severity Level

"0"

SEV0:Critical

Highest severity

"1"

SEV1:Major

High severity

"2"

SEV2:Moderate

Moderate severity

"3"

SEV3:Minor

Low severity

"4"

SEV4:Cosmetic

Lowest severity

Important: Severity is stored as a string, not a number. When using severity in runbook triggers or API calls, always use the string format (for example, "0" not 0).

Customize severity labels: You can customize the display labels for severity levels to match your organization's terminology. Go to Customize severity and priority labels to configure custom labels while maintaining compatibility with integrations and APIs.

Alternative severity names: The system accepts alternative severity names from external integrations and maps them automatically:

  • Maps to "0": SEV0, SECURITY0, CUSTOMER-P0

  • Maps to "1": SEV1, INTERNAL-PROD, SECURITY1, CUSTOMER-P1

  • Maps to "2": SEV2, DEPLOYMENT, SECURITY2

  • Maps to "3": SEV3, INTERNAL-NONPROD, MAINTENANCE

  • Maps to "4": Any other value

Go to Configure runbook triggers to use severity values in trigger conditions.

Service context

Optional fields

Impact assessment

Timeline data


Field configuration

Custom fields

Field dependencies

Field validation


Field templates

Service incident

Security incident

Infrastructure incident


Field usage

Incident creation

Status updates

Resolution


Best practices

Field design

  • Use clear names

  • Add descriptions

  • Set validations

  • Group related fields

  • Support automation

Templates

  • Create for common cases

  • Include required fields

  • Set smart defaults

  • Document usage

  • Review periodically

Field management

  • Audit field usage

  • Clean unused fields

  • Update validations

  • Monitor effectiveness

  • Gather feedback


Next steps

Documentation

Last updated

Was this helpful?