Hi -- I thought I would use the Automation Plugin for the following:
If an issue hasn't been updated for a specific project in over 4 weeks, send an email to the assignee asking them to take action. The email should group all the issues that meet this criteria per assignee, and email the assignee only those issues associated with them.
I've gotten some of the way -- I can get an email that groups all the issues sent to me as a single email. But I can't see how I can have the bulk email split out per assignee and their own respective issues. Any suggestions? I'm hoping this can be done via smart fields somehow.
I know how this can be done via groovy/Script Runner -- but I was curious if something like this could be accomplished with the Automation Plugin (full version).
You actually don't even need the automation plugin. Just do JQL like
assignee=currentUser() and project = ABC and updated < startofweek(-4)
with a subscription to all the people you want. They will only get their issues.
Hi Boris,
Thanks -- I had thought about that, but I wanted to use a custom email template. But it sounds like this approach should work with Automation plugin as well. So thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Bryan,
Sorry to open this thread again. I wanted to see if you were able to figure out how to do this within Automation for JIRA? Did you update the JQL to include the currentUser() field? I want to generate some batch emails for issues past due and send weekly emails to assignee's and component leads.
Any help would be appreciated!
David
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.