Forums

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

Automatic mail notification

uday
Contributor
April 7, 2021

Hello Community, 

I would like to set up automatic notification via email to be sent to the Assignee 3 days before the Due Date

"Project = AB AND IssueType= XYZ AND dueDate = StartOfTheDay(+3)" (Something like that, with the aim that the results give the list of tickets which has the due date in 3 days) And after that, for each ID fetch the assignee and send them mail

Please let me know how can i achieve this.

Thank You

Uday.

2 answers

1 vote
Walter Buggenhout
Community Champion
April 7, 2021

Hi @uday,

Your filter should look something like this:

Project = AB AND issuetype = XYZ AND assignee = CurrentUser() AND due >= StartOfDay(3) AND due <= EndOfDay(3) 

Save the filter and make sure to share it with the people you want to notify.

Then add a filter subscription. Either each user you want to be informed could create his/her own personal subscription to the filter:

Screenshot 2021-04-07 at 19.04.57.png

Or you can setup a group filter subscription. The only requirement then is that you have a group available to represent the users you want to notify.

Hope this helps.

0 votes
Boris Berenberg - Atlas Authority
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.
April 7, 2021

If you need a top down way of setting this up. Take a look at our app, Notification Assistant for Jira where you could set it up with a recipient of Assignee and the JQL shared by Walter

Suggest an answer

Log in or Sign up to answer