Forums

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

How can I send email notification to reporter if the due date of the task is coming to an end?

Geetanjali Sharma
Contributor
July 13, 2022

Hi Friends!!

 

I have a field as Due date in my JIRA project, I want to send a reminder email to the reporter at different intervals for follow-up. For example if the due date to complete a task is 20th then I want a reminder email to be sent on 15th then again on 18th and again on 20th and in case still not action is taken, then again on 21st that due date has exceeded. Can anyone suggest how can I accomplish this?

I tried applying automation rule with a condition if Due date is before 7 days from now but it didn't work.

2 answers

1 accepted

0 votes
Answer accepted
Sreenivasaraju P
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 13, 2022

Hi @Geetanjali Sharma ,

Two ways you can do this multiple ways. 

1) you can create filters like with below queries and subscribe these filters to the users. so they will get reminder mail. advantage is reporter will get single mail , even though multiple requests are pending.

reporter = currentUser() AND duedate = startOfDay("+5d")

reporter = currentUser() AND duedate = startOfDay("+2d")

reporter = currentUser() AND duedate = startOfDay("-1d")

you can add other parameters like status, project name, issue type parameters to query , if required.

2) you can use automation , as shown below. with this method reporter will get mail for one request.

 

schedule.PNG

Geetanjali Sharma
Contributor
July 13, 2022

Hi @Sreenivasaraju P 

 

Thank you for your inputs, I will check the suggested ways and see if that meet my requirement. Thank you again!

Geetanjali Sharma
Contributor
July 14, 2022

Hi @Sreenivasaraju P I tried applying an automation and it worked for me, I was putting wrong condition previously. Thank you for your help!

W Langton
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!
July 2, 2024

@Sreenivasaraju P what do you have to add in for this to be business days? e.g. 1 or 3 business days before the due date. I have tried 

reporter = currentUser() AND duedate = startOfBusinessDay("+3d")

But this isn't recognised.

0 votes
Olha Onofriichuk_SaaSJet
Atlassian Partner
July 14, 2022

Hi, @Geetanjali Sharma 

If you need to get such “reminders” on the day of the deadline and also a few days before. I can suggest you to try SLA Time and Report for Jira add-on. There you can set up sending such notifications as many times before the deadlines as you need.

For this, you just need to add Custom Fields to the Issue with the dates when you want to get the reminders that the task needs to be done and labels with statuses. Here is how to do this in the Project settings (for example, in Next Gen project): 
statuses cf.png

After that, define in the Jira issue the exact time when you want to get the reminders:
CFs.png

Go to the SLA Configurations Manager and set the conditions according to which you will get the notifications. Choose when you want to get the reminders, a person who will get them. The settings should be like this:
Note: when creating an SLA configuration, choose the SLA goal type “Negotiated date”. 
negotiated date.png
notifications 4.png

And when you are all set, you can monitor how much time is left till the moment each notification will be sent: 
Confogs.png

Hope it helps.

But if you need more detailed information or help with configuration, just let me know! This add-on was created by my team, so we’d like to offer you a free demo call with our team where we will show you how to set everything up in the SLA Time and Report for Jira add-on.

Have an amazing day!

Regards,
Olha

Geetanjali Sharma
Contributor
July 14, 2022

Thanks @Olha Onofriichuk_SaaSJet for bringing up this add on feature. I will definitely explore this and will let you know if we need a demo call.

Olha Onofriichuk_SaaSJet
Atlassian Partner
July 21, 2022

Hi, @Geetanjali Sharma 

Just wanted to ask you how the things are going. Have you already tried the SLA Time and Report for Jira add-on? Was everything okay or you need some help with setting it up? 

Geetanjali Sharma
Contributor
July 21, 2022

Hey @Olha Onofriichuk_SaaSJet

I explore the suggested add-on and its an amazing feature. In current scenario my purpose is solved by applying the automation but I will definitely use this add-on in my upcoming projects soon. 

Thank you

Olha Onofriichuk_SaaSJet
Atlassian Partner
July 21, 2022

@Geetanjali Sharma Great! I'm glad you found this add-on useful! 

Have a good day.

Regards, 
Olha

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events