We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Suzanne Smith
ServiceNow Employee

Incident priority is a critical part of resolving incidents. Without a framework for establishing priority, it is difficult to meet service level agreements and trigger incident escalations appropriately. If priority becomes a subjective process of personal interpretation, incidents cannot be resolved in an efficient and logical way.

 

Incident priority in ServiceNow:

 

The ServiceNow Incident module supports three factors for determining incident priority:

  • Impact: Business loss and potential damage (for example, financial, customer, regulation, security, reputation, brand) caused by the incident
  • Urgency: Speed at which the business expects the incident to be resolved
  • Priority: sequence in which the incident should be resolved


In the ServiceNow base system, incident priority is determined by impact and urgency based on the following data lookup rules:

 

Impact Urgency Priority
1 - High 1 - High 1 - Critical
1 - High 2 - Medium 2 - High
1 - High 3 - Low 3 - Moderate
2 - Medium 1 - High 2 - High
2 - Medium 2 - Medium 3 - Moderate
2 - Medium 3 - Low 4 - Low
3 - Low 1 - High 3 - Moderate
3 - Low 2 - Medium 4 - Low
3 - Low 3 - Low 5 - Planning

 

Data lookup rules allow administrators to create rules that set one or more field values when certain conditions are met. On the incident form, the Priority field is read-only and automatically set based on the values in the Impact and Urgency fields. That said, here's where things get interesting because administrators can:

  • edit the priority lookup rules
  • disable the Priority is managed by Data Lookup - set as read-only UI policy and create their own business logic

 

 

Editing priority lookup rules:

 

The priority lookup rules are stored in a data lookup table. The table is comprised of matcher and setter fields. The data lookup queries for values equaling the matcher fields. When the data lookup finds a match, it returns the setter field value. So, in our priority data lookup, if the query finds an Impact of Medium with an Urgency of Low, it returns a Priority of Low. You can edit the setter and matcher fields using the following process:

 

  1. Navigate to System Policy > Rules > Priority Lookup Rules.
  2. Click an order number. For example, click 600.
  3. Edit the Priority Data Lookup. For example, if you clicked 600 in step 2, you could change the Priority from Low to Medium for an incident with an Impact of Medium and an Urgency of Low.
  4. Edit or delete existing information and add new information as required.

 

Disabling priority UI policy:

 

UI policies can be used to dynamically change information on a form or define custom process flows. In the base system, there is an active incident priority UI policy. First, you need to disable that UI policy. Then, you can create your own business logic.

  1. Navigate to System UI > UI Policies.
  2. Filter the list to find the Priority is managed by Data Lookup - set as read-only UI policy.
  3. Clear the Active option.
    incident_priority.jpg

Now you have lots of possibilities. Add your own business logic, such as business rules and UI policies, around incident priority to meet your specific requirements.

 

For a thoughtful look at incident priority, read the blog post by stephenmann titled Whose Incident Priority Is It Anyway?

 

ServiceNow offers more information about incident priority and data lookup in the product documentation:

 

Prioritization of Incidents

Incident Management

Data Lookup and Record Matching Support

Creating a UI Policy

8 Comments
Faizanmazhar
Kilo Contributor

Informative.

mthoshonu bghb
Kilo Explorer

I'm new in this gathering. I have a few inquiries regarding this gathering. These inquiries are displayed underneath:

https://community.servicenow.com/community?id=community_question&sys_jackpotresulttoday-id=aff5d04fdbe995d4dd886c8e139619e2

My inquiry is about this string. Assuming that you have any data about this string. Kindly statement me and tackle my concern.

xjxx
Tera Contributor

@Suzanne Smith 

 

Why would a business require that a high impact incident to have an urgency of low

and 

Why would a business require that a low impact incident to have an urgency of high.

 

Other thing that I have in mind based on the above:

 

Can the ServiceNow impact be calculated on certain rules such as the asset or application or Service criticality, number of received complains or number of rejected transactions and based also on some questions and their answers, if an answer is "other" then this will invoke also a new flow to add this new "OTHER" to the list after modifying the flow. 

Justin Gesling
Tera Contributor

The way I see it:

High Urgency and Low Impact means that the person really needs it done, but if not, the impact is fairly low.

 

Low Urgency and High Impact means that while this doesn't need to be handled quickly, it could have a very large impact if not done within the stated SLA time.

 

Impact (if properly labeled, not embellished by the customer) is more important than the urgency for determining priority.

robpresland
Kilo Sage

> Why would a business require that a high impact incident to have an urgency of low

 

A server down (a high impact incident) in a lab environment may not need to be resolved immediately, therefore may have an urgency of low.

 

> Why would a business require that a low impact incident to have an urgency of high.

 

If the CEO can't view their email, this would be a low impact incident (affecting 1 single user) with a high urgency (as the CEO must at all times have access to their email).

Barry Kant
ServiceNow Employee

I like to see it in context of the Service (impact of the Service/Product). 
It could be a business critical Application that is affected (maybe a salary payment system) , but the payments are done 3 days of the month. So only those 3 days it is Critical. 

A laptop issue is normally not critical (impact low) unless it is for a VIP user (?)

impact/urgency is in context if the service/product/impacted audience/time.

shailendrag
Tera Contributor

Screenshots help

shailendrag
Tera Contributor

what would be the combination of level 4 impact, OOTB only up to 3 level available