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
We want to dynamically calculate the number of open incidents for each priority level (1 - Critical, 2 - High, 3 - Moderate, 4 - Low) using server-side scripting.
2
+
Table: incident
3
+
Field: priority, state
4
+
This script uses **GlideAggregate** to count the number of **open incidents** per priority dynamically. Useful for dashboards, automated scripts, or business rules.
0 commit comments