Hi,
I defined a simple rule that every week send an email with the list of the open Issues to the Assignee.
The List is filtered for a determinated Project.
Actually we have 12 assignee to open issues in the project, but only 10 of them receive the email correctly.
The rule is as follows:
The Users are correctly confirmed (with the email address)
I added some Log actions to try to debug, but I had no results.
What I can see:
1) The lookup issues block give as result a list with 12 distinct users in the field assignee
2) The first Add value to the audit log lists 10 Email to: strings (separated by ",")
3) The Email has been sent to the 10 users listed in the log, not to the other 2
Some one can help me understand what I'm missing?
Thanks
Hi @Simone Simonassi , welcome to the Community!
Lookup Issues is returning at most 100 issues. Probably, your JQL returns more than 100 issues and these 100 issues doesn't contain the other two guys.
You can access all of the issues by using {{lookupIssues}} as suggested in documentation.
By the way, if you are just sending email, weekly, to the ones that have issues, why aren't you using Subscriptions instead of Automation?
You can check the documentation, but also here are the steps:
Hi Salih,
thanks a lot for your reply.
This was the problem, the JQL is returning more than 100 records.
I'll switch to the subscription.
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.