Display Breached assignment group for an incident in a reporting using data base view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2022 08:05 PM
Hi All,
I want to display the assignment group in which the incident is breached. We are trying using data base view between metric instance table and task table. I am trying to write a logic in where clause like start time of incident sla is less than breach time and breach time is less than end time of incident sla. But I'm unable to achieve it.
Could anyone of you please help me in achieving it or if is there any other approach also kindly let me know.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2022 08:41 PM
There's already a database view for this OOTB called incident_sla
instanceName.service-now.com/incident_sla_list.do?sysparm_query=&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2022 10:32 PM
Hi Mike,
Incident_sla is giving the latest assignment group but not the breached assignment group for an incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2022 11:35 PM
Group it by has breached field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2022 12:22 AM
Hello,
Please do the below:-
Create a database view with the below configurations:-
Then create a report on that database view and apply filter breach time is not empty:-
Select these fields as column:-
Then you will get all the incidents with their breach time and you can check which incident was in which group during the breach time comparing the breach time and created date.
Please mark answer correct/helpful based on Impact.