In JIRA, Can i have an automatic reminder when the due date expire?

reyes hernandez May 5, 2014

I'm working and I would like to know when the due date of the issues has expired. In JIRA, Can i have an automatic reminder when the due date expire?

Thanks a lot

3 answers

1 accepted

5 votes
Answer accepted
Andre Lehmann
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.
May 5, 2014

Hi Reyes,

just create a filter with "resolution is empty and due due <= 0d"

than save that filter and create an abo on that.

https://confluence.atlassian.com/x/gAISCw

This is the easiest way to have a "reminder" with overdue issues.

Kind regards
André

Nic Brough -Adaptavist-
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.
May 18, 2014

Andre already did! That JQL he posted will work fine (except it might be just duedate) - try typing it into the search box.

Like jason.suen likes this
Vera Henrichs
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.
May 18, 2014

Hi

This is really interesting for me, but I am not so familiar with JQL. Could you please give me the exact query for this search? That would be awesome!

Thank you!

Vera Henrichs
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.
May 18, 2014

Oh yes I see now,. Indeed, it's resolution is empty and duedate <= 0d

Like Jess Osborn likes this
Vera Henrichs
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.
May 18, 2014

due and duedate are even both possible :-) Thank you!

StephanieC
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.
May 18, 2014

There is a typing error. It should be:

resolution is empty and due <= 0d

Vera Henrichs
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.
May 18, 2014

Well, I copy-pasted "resolution is empty and due due <= 0d" and it gives an error. Hence the question...

kc_ray January 10, 2018

Great answer .. except I have no idea what an abo is

Nic Brough -Adaptavist-
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.
January 10, 2018

Nor do I, but I use "subscriptions" to regularly send emails based on the results of filters.

0 votes
Nadir MEZIANI
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.
May 5, 2014

Hi,

Yes, you can develop a service using one of the scripting utilities plugin like groovy or jss or jjupin or with jelly.
In our company we use jjupin, we track the issues which the due date has expired and we send an e-mail to remember assignee or a group.

0 votes
Nic Brough -Adaptavist-
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.
May 5, 2014

Standard ways to do this are

1. Create a filter for "issues past due date (and still unresolved)" and subscribe to it

2. Use something like "jelly escalation" to schedule updates on the issues individually - https://confluence.atlassian.com/display/JIRA/Jelly+Escalation

Suggest an answer

Log in or Sign up to answer