SLA breached report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Seeking for your assistance on how to extract those ticket that are status are in red - SLA breached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
this information is stored in task_sla
Why not extract the details from there?
where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JazzG ,
why not just create a report based on task_sla where breached = true?
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JazzG
Method 1: List View of task_sla table
- Type task_sla.list into Application Navigator filter and press Enter.
- Click the filter icon and add the conditions: Has breached is true.
- Add an optional condition Active is true to exclude completed/cancelled SLAs.
- Right-click any column header and select Export to download the list to Excel or CSV.
Method 2: Reporting
- Navigate to Reports -> Create New.
- Set the Source type to Table and select task_sla.
- In the Filter condition, set: Has breached is true.
- To see the actual ticket data, click the Group by option and select Task.
- Run the report and click Export to extract the data.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti