jira - notifications

Ana Mendes March 18, 2013

hi,

its possible notificate by email when missing two days (for example) to due date? if yes, how?

best regards

3 answers

1 accepted

0 votes
Answer accepted
Andris Bērziņš
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.
March 18, 2013

Yes, it is. You can create a filter that lists all issues whose due date is 2 days overdue: "duedate <= -2d"(due date is earlier or equal to 2 days ago)

Then you can can subscribe to this filter and set a reminder at a certain time.

0 votes
Ana Mendes March 18, 2013

thank your for attention, but i couldn't create a notification.

the error ( of log file) is

2013-03-19 15:22:38,296 http-bio-8080-exec-21 ERROR [500ErrorPage.jsp] Exception caught in 500 page The scheduler is paused or shutdown so the subscription was not created.

java.lang.IllegalStateException: The scheduler is paused or shutdown so the subscription was not created.

at com.atlassian.jira.issue.subscription.DefaultSubscriptionManager.createSubscription(DefaultSubscriptionManager.java:210)

(...)

Andris Bērziņš
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.
March 18, 2013

Try restarting tomcat maybe?

Arkadiusz Zychewicz March 26, 2014

@Ana MendesDo you solve you problem? Can you share solution?

0 votes
r
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.
March 18, 2013

Hi,

yes it is possible and fortunately it is no so difficult. All you need to do is to create a filter (how to create a filter) where you specify which issues are relevant to you (like duedate=>2d). Then save the filter and subscribe to this filter (how to subcsribe to a filter).

Hope this helps,

Rad

Suggest an answer

Log in or Sign up to answer