The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • how to send an email to the assignee or the project manager when the "Due date" field is the current

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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