I want to send one email to each individual user of a list of only their existing issues.
I have tried using lookupissues to then send an email of each list to each assignee - this works when I manually enter an email address but when I input "Assignee" in the Send Email: To: option it comes up with errors.
Is there any way I can do this?
**Examples with step by step images would be extremely helpful!! (I'm new to using jira)
Use this post that explains how lookup issues is being used to send a list of issues: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Jira-Automation-Video-Tutorial-on-how-to-send-customized-emails/ba-p/1861508
Look at rule #2.
Regards
Hi Fabian,
This works! But when I try to send the email to "Assignee" so that the list of issues is only those belonging to the assignee, it returns an error.
Error:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With JQL Function currentUser() build a filter subscription and schedule the mail to a group to send the updates
May I know what you are trying to do with lookupissues, please include the screenshot and requirement. With Automation it's possible to send the mail to respective users on their issues
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pramodh,
I am trying to use lookupissues to send to each respective assignee a list of only their issues with a "cancelled" status
But so far it comes up with this error:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is possible that it's not picking the correct assignees since it should be the lookup reference value for the assignee.
I think the best thing to do is have it sentd the tickets individually which is explained in rule 1 or use pradmoth suggestion of using notifications on the filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would this include subtasks? Or would that be a different lookup function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community. For your error regarding to "Assignee", here are the few things that you should check in my opinion -
1) You have setup the rule to execute every 5 mins and use the JQL for "Cancelled" status issues. I would add an condition to only proceed with the email send process only when JQL returns a positive issue count. This will prevent the event where there are no issues found based on your JQL.
2) You should also check the issue assignee to ensure he/she is still active/valid in your JSM project. This is because that system will not be able to send email to an inactive/not valid user account successfully.
Hope this also helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph,
Thanks for your response.
I have confirmed each assignee is still active and added an "if matches" condition - but it still returns an error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post your automation rule (latest version)? So, we can review it.
Best, Joseph
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.