I set up an automation rule to email the assignee a list of their tickets that were in a particular status. This worked fine until last Friday. Now I get an error and the automation rule no longer works. What am I doing wrong? Each card does indeed have an assignee. I verified each one myself.
Thank you everyone for your help. It is very much appreciated. What I ended up doing was setting up the Send email to {{lookupIssues.assignee.emailAddress}}
For whatever reason, this is working now. The only problem I encounter is that it is sending every assignee the entire list of issues and not just their own issues, but at least it is emailing them and not erroring out.
Hi @trthomas
I suspect the issue is in the email body and/or that the lookup issues action returned no results.
To fix the second problem, please add an advanced compare condition before you send the email
If you want to email even when there are no issues, you may need to adjust your email body or instead use an if/else structure in your rule.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @trthomas
Regarding the new problem you noted of sending every assignee the list of all issues, you can try to solve that with the list distinct() function, advanced branching, and repeated lookup issues calls:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello!
Could you clarify if you're running a JQL in the "When: Scheduled" component?
Since your lookup action is quite simple, I'd suggest adding that JQL on the first component.
If you still prefer to use the Lookup issues then you'll need to use the {{lookupissues}} smart value and iterate through it to send the e-mails.
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.