Hi there,
I'm interested to know if anyone knows of any plugins for JIRA that allows us to create custom notifications for issues that have not been modified in a certain period of time.
Example - let's just say I have an issue that's in a "waiting" status, and it's been there for 14 days (which, in this case, is longer than you'd like it to take). I'm looking to make a notification scheme that will notify the issue assignee that the issue has not been touched for 14 days.
Any help is appreciated
Thanks!
Hi, You could create a filter and subscribe. Use a JQL filter like :
status changed TO "waiting" BEFORE -2w AND resolution = Unresolved
Note: May need to check that JQL statement is correct
Once created goto Issues > Manage Filters > Select the Subscribe link under Subscriptions
More info on filter subscriptions found here
Hope this helps
Joel
That sounds like a decent idea, actually. May I ask, and be aware that I'm a JIRA noob - does the subscription function alert subscribers when new issues fit that JQL filter, or will it send a weekly report, or otherwise? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no it based on a time scheduler.....look at the "Advanced scheduling ('cron')" in the link above .... using cron you can have the system look at that Subscription filter and send email every 1,2,3,4,5 minutes or hours or days etc etc ... look at the examples and one of them might fit your needs
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.