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
In IT service management, incidents are sometimes reassigned multiple times before reaching the right technician.
4
+
This script helps identify incidents that have been **reassigned more than 5 times**, so managers can review the assignment process and reduce ticket bouncing.
5
+
6
+
How It Works -
7
+
1. Loops through all **active incidents**.
8
+
2. Counts how many times the **`assigned_to`** field changed using the `sys_audit` table.
9
+
3. Prints the incident numbers in the system logs if they exceed the threshold (5 reassignments by default).
0 commit comments