Incident rating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 03:14 AM
Hello everyone,
We are trying to implement incident rating system to perform quality check on incidents. Could this be done using ServiceNow OOTB? what kind of metrics can be used to rate the incident? Kindly provide me ideas on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 06:21 AM
Do check the below community link:
https://www.servicenow.com/community/itsm-forum/incident-quality-review-in-sn/td-p/872662
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 06:25 AM
Hi Monica,
Yes, it is possible to implement an incident rating system using ServiceNow OOTB features. Here are some steps and ideas to get started:
Create a new field on the Incident table called "Rating" with a data type of "Choice". Define the rating options such as "Excellent", "Good", "Fair", "Poor", etc. that you want to use to rate the incidents.
Create a new business rule to set the default value of the "Rating" field to "Not Rated" when a new incident is created.
Create a new form for the Incident table that includes the "Rating" field and make it available to the users who will be rating the incidents.
Create a script that will calculate the overall rating for an incident based on the individual ratings that have been submitted by the users. This can be done using a number of metrics, such as:
- Average rating: Calculate the average of all the ratings submitted for an incident.
- Majority rating: Determine the rating that has been submitted by the majority of users and use that as the overall rating for the incident.
- Weighted rating: Give more weight to the ratings submitted by users who have a higher level of expertise or responsibility.
Create a scheduled job that runs periodically to update the overall ratings for all the incidents in the system.
Create reports or dashboards to monitor the overall rating trends, identify the incidents with the highest and lowest ratings, and track the progress of any improvement initiatives that are implemented based on the feedback received through the rating system.
Remember to communicate the purpose and benefits of the incident rating system to your users and provide clear instructions on how to use it. You can also consider providing incentives or recognition for users who consistently provide high-quality ratings.
I hope this helps!
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar