Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
A The priority of the issue an ITSM ticket can be figured out based on its impact and urgency using urgency using a priority matrix.
The impact of an issue indicates the measure of the potential effect on the business user or service or CI. In SimpleOne, the impact can be categorized as:
- Low;
- Medium;
- High;
- Very High.
The urgency of an issue indicates the measure of time until an issue has an impact on the business. In SimpleOne, the urgency can be categorized as:
- Low;
- Medium;
- High;
- Very High.
Based on the priority, issues can be categorized as:
- Low
- Moderate;
- High;
- Critical.
Excerpt | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The priority matrix
|
How to extend the priority matrix
Adding impact and urgency options
Generally, the priority matrix is provided "as-is", filled with standard settings, but you can customize it, basing on your business tasks and priorities. The first thing to do is to add more impact and/or urgency options.
To do thisadd new impact or urgency options, please complete perform the following steps below (shown for Urgency):
- Open any Incident (for example). It may be a Change Request as well, or a Problem, or any other a record of any issue that has an impact or urgency ;field.
- Right-click on the Urgency title the title of the field you need and select Configure dictionary item field from the context menu appeared;.
- In the Related Lists area, click the Choice tab.
- Click New, fill in the fields and click Save or Save and Exit to apply changes.
Field | Mandatory | Description | ||
---|---|---|---|---|
Table | Y | A Select a table where to add a choice option. In the case of the Incidents (for example), it will be the Task tableThis field is populated automatically. | ||
Column | Y | A Select a column where to add a new record. This field is populated automatically. | ||
Title | Y | New option title. | ||
Language | Y | In there, specify the two-symbol name of the language (ru, en, and so on). Generally, references to languages are stored in the Languages (sys_language) table. | ||
Value | Y | The option value. This is a numeral field.
| ||
Order | Y | Option order. It grows in the ascending order. | ||
Hint | N | A text hint. This field is not mandatory. |
Note |
---|
After you 've have added this a choice option for the Task a table, perform the same action for the Priority Data LookupMatrix (itsm_dl_priority) table. The action sequence will be the same, just choose another table in the Table field. |
Example
In this example we create a new option for urgency field for the Task table. The new option will be "Critical".
To do that, perform the following steps:
- Navigate to the Task table.
- Open any record, right-click on the Urgency field title and choose Configure field option from the context menu appeared.
- Scroll down to the Related Lists area and open the Choice tab.
- Click New and fill in the fields.
- Enter "Critical" in the Title field.
- Since the urgency value of "Very High" is 4, enter 5 in the Value field for "Critical".
- Click Save or Save and Exit to apply changes.
After we have added "Critical" choice option for the Urgency field in the Task table, we perform the same action for the Priority Matrix (itsm_dl_priority) table. The action sequence is the same.
Adding new priority combinations
When you're done, you are ready to extend the priority matrix.
To do this, please complete the steps below:
- Navigate to {your_instance_url}/list/itsm_dl_priority
- Click New and fill in the formfields.
- Click Save or Save and Exit to apply changes.
Priority Data Lookup form field
Field | Mandatory | Description |
---|---|---|
Impact | N | The impact value you plan to use in the new priority value. |
Urgency | N | The urgency value you plan to use in the new priority value. |
Priority | N | The priority value figured out based on the impact and urgency. |
Application | N | The application to which this priority value is related. |
Policy | N | The current record protection policy. Available options:
|
Order | N | The priority position on the list. |
Repeat these actions until your priority matrix covers all the possible combinations of the impact and urgency.
Extended priority matrix (example)
Urgency / Impact | Very High | High | Medium | Low | Very Low |
---|---|---|---|---|---|
Low | Critical | Moderate | Low | Low | Low |
Medium | Critical | High | Moderate | Low | Low |
High | Critical | Critical | High | Moderate | Low |
Very High | Critical | Critical | Critical | High | Moderate |
Note |
---|
Please keep in mind that if you want priorities to change dynamically in your task objects depending on selected impact and urgency values, then you have to implement relevant client logic designated as a client script for the Task table processing . For this, process these metrics value changes and selecting select appropriate value from the itsm_dl_priority dictionary. |
Table of Contents | ||||
---|---|---|---|---|
|