We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5596b2b commit d08957cCopy full SHA for d08957c
Server-Side Components/Scheduled Jobs/Auto-Reassign Stale Incidents to Group Manager/README.md
@@ -0,0 +1,12 @@
1
+//Auto-Reassign Stale Incidents to Group Manager
2
+
3
+//Use Case:
4
+Automatically reassigns incidents that haven’t been updated for 15+ days to their Assignment group manager.
5
6
+//Logic :
7
+ Runs daily at midnight (12AM CST)
8
+ Finds all incidents with:
9
+ State = In Progress
10
+ No updates for 15 or more days.
11
+ Reassigns to the 'manager' of the assignment group.
12
+ Adds a system work note.
0 commit comments