Major incident status
When a major incident is declared, visibility alone isn’t enough. Knowing that something is active is useful. Knowing where it stands is critical.
Is this a freshly declared outage gathering momentum? An incident under active mitigation? Or a situation that’s stabilized but still under watch?
Without a clear status signal, teams waste time digging through ticket states and updates just to understand posture. In a live incident, that friction matters.
This tile removes the ambiguity. It translates raw lifecycle states into clear, color-coded health signals, so anyone glancing at the dashboard can instantly understand the current phase of the major incident.
Before you begin
This tile works best paired with:
While this tile alerts you to the status of major incidents, the others explain the momentum, scope, and impact.
Configuring the tile
For this tile, we're going to create a new Derived State custom column, by mapping the progress state of incidents to a health state.
Configure the following in the tile editor:
- Data Source: Select ServiceNow.
- Data Stream: Select Table Query.
- Parameters:
- Table name: Select Incident.
- Filter query: Enter a query to return your major incidents. For example,
active=true^priority=1.
- Columns:
- Click Clone column next to the State column to copy it.
- Click Edit next to the newly created Copy of State column, then complete the following:
- Name: Enter a name for the new state, for example Derived State.
- Success: Enter Resolved and Closed.
- Warning: Enter In Progress and On Hold.
- Error: Enter New.
- Visualization: Select Blocks.
- Mapping > state: Select your derived status column.
- Mapping > Label: Select Category.
- Mapping > Sublabel: Select Location.
- Mapping > Link: The ServiceNow link should be automatically populated.
- Click Save.