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.
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)
(...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try restarting tomcat maybe?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ana MendesDo you solve you problem? Can you share solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.