You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**SLA Breached Incident Count by Assignment Group**
2
+
This script uses the GlideAggregate API to calculate the total number incidents with breached SLAs, grouped by their assignment group.
3
+
4
+
**Description**
5
+
This snippet demonstrates how to use GlideAggregate to efficiently group and count ServiceNow records. It retrieves the number of incidents for which SLAs have been breached, grouped by each assignment group.
6
+
7
+
**Use Case**
8
+
This is useful for identifying which support groups have the highest number of SLA breaches, helping improve response and resolution performance.
0 commit comments