We have a done status called Sprint Complete. What I'd like to do is to send a message to the test team when all Stories for development in same fix version are in a status of Sprint Complete. and ready to be built into a release. Those fix versions are usually set mid sprint, when the first Story is In Progress
Branching the rule on fix version or with JQL sounds like it should work, but are giving errors because my trigger is based on status change.
I can get JQL to find:
If I can make the rule count the rows in those JQL statements and compare the counts, I can identify when all the Stories in the fix version are done and alert the test team to trigger a build.
Sadly I'm having trouble getting those counts because the rule branching for versions seems to only accept version release/change/create/delete as a compatible trigger. The trigger we want to use will be status change. I've also tried scheduled during my PoC.
Does anyone know a way to achieve the result I'm after?
Hello @Dave Furlani
When asking for help with an Automation Rule it is important that you show us the rule you have constructed. Without that we are missing vital context and details necessary to offer you advice on changes to make.
Please show us the rule you have constructed.
Image added
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your Schedule trigger are you using a JQL statement? If so, what is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I was using the same as the first branch JQL - the one highlighted in the image above.
I had the schedule running every 5 minutes and only running on tickets that had been changed since last execution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Instead of using a branch I recommend that you use a Lookup Issues action . To get the count of issues returned, use the smart value {{lookupIssues.size}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, of course. I'm an idiot. I forgot about Lookup. Thank you @Trudy Claspill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The final version, which seems to do what we need, should anyone else be trying to do something similar in future
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.