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: 

Can Jira send automatic email notifications to only Assignee.

praveen.palagiri
September 22, 2020

can Jira send automatic email notifications to only Assignee for scenarios like below

  1. When the due date is passed by.
  2. When the start date is 1month ahead.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Kristina Radeva
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.
September 22, 2020

Yes! You can go to the Project Settings > Automation and create something similar to what I just created for you:

Screenshot 2020-09-22 at 12.39.04.png

This is the less tricky one: 

Screenshot 2020-09-22 at 12.44.34.png

Let me know if something is unclear and I can help better :) 

0 votes
Fazila Ashraf
Community Champion
September 22, 2020

You could use the automation like Kristina mentioned or use a filter subscription to the jira groups with the assignee = currentuser() criteria.

But the key is the JQL.

For duedate crossed -> assignee = currentUser() and duedate < now()  and resolution is empty

For startdate is one month ahead -> assignee = currentuser() and "Start date" > startOfDay(30) and resolution is empty

 

If you decided to use automation, remove the assignee criteria from the above jqls.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events