Hi Team,
We require an automation rule to send notifications via email or Teams channel to manger when users fail to log their timesheets before the day's end.
Example: If I didn’t log timesheet today (04-06-2024) before 12 AM, My manager or team lead should receive email notification on 05-06-2024 at 12:01AM that Kamal is not logged the timesheet on 04-06-2024.
Is this possible to setup?
Thanks
Hello, Good day. You can create scheduled automation rule to run in the evening and use following JQL.
project = XXX AND issuetype in (Task, stroty) AND worklogDate < startOfDay()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.