File tree Expand file tree Collapse file tree
Server-Side Components/Scheduled Jobs/Proactive Change Request Reminder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ** Proactive Change Request Reminder (Due in 24 Hours)**
2+
3+ ** Description**
4+ This Scheduled Job sends an automated email reminder to the assigned agent of each Priority 1 Change Request that is due within the next 24 hours.
5+ It helps teams stay ahead of deadlines, prevent SLA breaches, and ensure timely change implementation.
6+
7+ ** When to Use**
8+ Use this script to ensure that high-priority change requests are addressed on time by proactively notifying assigned engineers.
9+
10+ ** How It Works**
11+ Checks all active change_request records with:
12+ - priority = 1
13+ - state not in "Closed" or "Complete"
14+ - due_date within the next 24 hours
15+ Sends an email reminder to the assigned agent with the change number, description, and due date.
16+
17+ ** Scheduled Job Configuration**
18+ Recommended schedule:
19+ - Run: Periodically
20+ - Repeat interval: 1 hour
You can’t perform that action at this time.
0 commit comments