due date notification

Raoul Kaiser June 1, 2015

Is there a way in JIRA to have the due date send a notification to HipChat or auto insert itself in current sprint when coming due?

1 answer

1 accepted

0 votes
Answer accepted
Boris Berenberg
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.
June 1, 2015

No you can not. But you can adjust your JQL filter for your backlog to include some kind of a condition to handle due date. You can also configure a filter subscription: https://confluence.atlassian.com/display/JIRA/Receiving+Search+Results+via+Email which will email you a list of issues with a due date within the next N amount of time. That way you can reference this to add issues to upcoming sprints.

Raoul Kaiser June 1, 2015

That is a great idea. I did not know you could do that. What I need is to be able to say if (current date - x days) > due date send me an email. Is there a way to set that type of jql filter?

Raoul Kaiser June 1, 2015

Found another answer with this same information. Thank you.

Boris Berenberg
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.
June 1, 2015

Take a look at: https://confluence.atlassian.com/display/JIRA/Advanced+Searching You could do a daily subscription with JQL along the lines of: duedate < startOfDay(+7)

Suggest an answer

Log in or Sign up to answer