I wanted to send each assignee an email to update the issue which are not updated in last 3 days. I referred the similar approach as mentioned here
If I deduce my steps it will be something like:
Please find the below screenshot of my implementation. It is currently sending multipl emails to the same assignee to be precise x times x being the lookupissue size before branching
The difference between this image and the mentioned link is the branch which seems to starts before for in my case.
I am stuck for around 1 month Its kind of urgent Any help is appreciated
Hi @arjun -- Welcome to the Atlassian Community!
Please check your Scheduled Trigger, as it should have no JQL. Otherwise it will loop for each user multiple times.
The rule uses the Lookup Issues action and the branch to iterate over the users, and not the one from the trigger.
I also noted a typo in your Send Email Action: there is an extra space after the period and before the emailAddress smart value. I recommend removing that: smart values are name, spacing, and case-sensitive, and so that error could eventually cause problems.
Kind regards,
Bill
Thanks a lot. The issue was because of scheduled Trigger containing JQL query.
And there was no extra space in the Send Email Action it just visual issue.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @arjun Can you confirm that in your first step of scheduled trigger, you have selected "Process all issues produced.." checkbox
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kalyan Sattaluri for this type of rule, the scheduled trigger should have no JQL, and thus that checkbox option has no meaning.
Please re-read the original question / symptom and the linked article the poster provided to learn more about such automation rules.
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.
Thanks Bill, Def should have paid more attention!
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.