Skip to content

Commit 848dd36

Browse files
README.md
1 parent c4a541f commit 848dd36

File tree

1 file changed

+9
-0
lines changed
  • Server-Side Components/Background Scripts/Incident Reassignment Tracker

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Incident Reassignment Tracker
2+
Use Case -
3+
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

Comments
 (0)