I created an automation
When I validate the JQL, I do see issues that satisfy the query. But I get this warning
I am not sure what this is telling me.
The warning you got in the first version of you automation is because it is expecting the JQL to be part of scheduled trigger component, similar to this template:
In the new schedule component the JQL is hidden until you click the checkbox at the bottom that allow you to run a JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see - I missed the additional options for scheduling, including the query at the end. I I removed the JQL block and jumped to the Then block. And it worked! Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agreed with @Mikael Sandberg suggestion. This is something that one would overlook when using scheduled trigger, so you are not alone.
Yes, the branch setup will iterate over the issues - Here is a reference link on branch operation for you to take a look -
Hope this also helps.
Best, Joseph Chung Yin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! Branches appear they will be useful for other automations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I updated the rule to look like this
Will wait to see if there is success, but does a branch just force the automation to iterate over the issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the branch will iterate over each issue returned by the JQL, it has the same affect as adding the JQL to the initial schedule trigger.
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.