Forums

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

How do automate email notification for issue with due date less than a week time?

Ming Yian Leiw
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 16, 2023

I would like to understand how to automate email notification for issue which has due date coming in less than a week time as a reminder for the assignee to complete the task

1 answer

0 votes
Michael Yaroshefsky - Visor for Jira
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.
October 16, 2023

Hi Ming,

You'll have to create a rule that triggers an email notification to the assignee. These steps can help you:

 

Step 1: Go to project settings, then click automation. (You'll see automation on the left-hand side under notifications. )

Step 2: Next, click the blue button that says create rule.

Step 3: Under triggers, scroll down until you see "schedule" and set it to daily
Step 4: Now add an action " send email"

Step: 5: Add the assignee's email, subject line and body reminding them to do issue X. 

You'll also have to check the JQL box to create a condition

 duedate <= startOfWeek("+7d") AND resolution is EMPTY

Note: Once the user completes the task they won't receive an email. You can also turn this rule off. 

Suggest an answer

Log in or Sign up to answer