How do I:
1. Send Email to the developers to log hours in Jira for the same day in the evening?
2. To send email to those developers who didn't log hours in Jira and give warning to fill the work logs.
Hello, I believe the assignee will be the user who needs to log work. You can use following JQL and send emails to the issue assignee by eod.
(worklogDate <= -1d AND NOT worklogdate > -1d) OR timespent is empty
Hello, Good day. You can explore the schedule automation rule to send emails to specific users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks MohanRaj
But, I specifically wanted to know the condition how to filter out users who have not done timelogs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.