Hi all. I'm looking for a way to send email notification at a specified inteval based on a bug's priority. For example, if a bug is marked as a "Blocker", I'd like the owner to be emailed once every hour until the bug is resolved. Any ideas on how to do this? Thanks!
You probably want a service, or just a subscription with a cron expression. A listener will handle mailing someone when the priority changes to Blocker.
But... seriously, take a step back. Mail someone every hour? How absolutely maddening that would be to be on the receiving end of that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We use the following plug-in
Builtin Script Listener
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And you can configure a custom email when conditions are met. Exactly what you are looking for I think.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Fender4645,
You need to write a scheduled task. Take a look at
http://www.j-tricks.com/1/post/2011/05/scheduled-tasks-in-jira.html
Cheers
Bhushan
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.