Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to send an email to the assignee or the project manager when the "Due date" field is the current

Alice July 28, 2021

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. 

1 answer

1 accepted

1 vote
Answer accepted
KAGITHALA BABU ANVESH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 28, 2021

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

image.png

 

image.png

So, the current assignee will be notified over email from ABC Project daily @ 9 AM.

You can adjust the schedules as convenient.

 

Thanks,

Anvesh

Suggest an answer

Log in or Sign up to answer