combining SLA and Metric tables for reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018 02:22 PM
moving from old ITSM system that produced a single SLA and metric (MTTR) per incident. This was used to produce reports that would show an inicident's SLA and MTTR compliance in a single view. Is there a dashboard or other mechanism that would allow the metric and sla_task tables to be 'joined' for a similar purpose.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018 03:08 PM
You should have the view incident_sla but before you create a lot of new reports. Check out the OOTB content for Incidents SLAs. If you have Performance Analytics, check out the content packs available. If you don't have access Performance Analytics, check out what the complimentary version of PA can do for you https://docs.servicenow.com/bundle/kingston-performance-analytics-and-reporting/page/use/performance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 01:30 PM
Thanks Adam - yes, we looked at the PA OOTB incident SLA and Metric(MTTR) widgets. They do provide some good reporting. I'm trying answer the question, which incidents have breached their SLA's and MTTR targets. i.e. these 50 incidents have exceed targets for SLA and MTTR for this week
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 01:56 PM
You should have a database view that combines incident and sla table. If you run reports against the incident_sla table and add the appropriate elapsed time columns can you find what you are looking for that way?