Hi!
i created a rule to send a list of issues to each mail address found in a customized detail field call "Mail Account Manager".
to get just one email send per found email address, i use Advanced Branching.
But instead of receiving just one email, i receive e.g. if my mail address will be found twice.
Example:
mailA@domain.at receives two times the same email with the same list of issues.
i found AUTO-179 which seems to be my issue, but i'm not sure, because some users wrote that since 13th October it works again. But not in my case and so i will ask if something in my rule is wrong?
kind regards,
Markus
For a question like this, please post images of your complete automation rule and the audit log showing the details of the rule execution. That will provide more context for the community to help. Thanks!
Until that is shown...
For use cases like this, consider how to get a distinct list of the email recipients. That can be done by using lookup issues with your JQL to find the users in your Mail Account Manager field, and then with advanced branching select the distinct ones. For example:
Please adjust this as needed to match your field name and desired actions.
Kind regards,
Bill
Hi Bill,
thanks for your advise and your suggestion.
i missed to add ".distinct" to the advanced branching smart-value. -> {{lookupIssues."Mail Account Manager".distinct}}
Now the rule works.
many thanks,
Markus
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.