I need to send a generic email to the assignee or project manager when creating a issue the due date field filled in is the current date.
Hello @Alice ,
you can achieve this by using a filter subscription or using the Automation for Jira plugin.
Filter Subscription:
Project = ABC and DueDate >= startOfDay() and DueDate <= endOfDay() and assignee = currentUser()
The above will gives you the due is the current date. Save the filter and. go to details
So, the current assignee will be notified over email from ABC Project daily @ 9 AM.
You can adjust the schedules as convenient.
Thanks,
Anvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.