Incidents, scrums aging details as email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 07:58 AM
Hi , I have requirement where, email notification should be send to respective managers of group .The emails contains the details of incidents , scrum aging details.
Let the group contains members A, B, C and the manager is X
another group contain members D,E,F and the manager is Y.
now the mail notification should be send to the respective managers weekly. The mail body will be like
To X manager it will be:
Incidents>5 days Incidents>10 days Incident>20 days Incidents>60
A 2 0 1 0
B 4 1 6 1
C 2 3 2 3
The days will be based on assigned to date:
Similarly for manager Y with his group members details.
what is the best way to approach this requirement, Iam new to scripting, Can anyone guide me to achieve this.