Hi there!
A question:
Is it possible to create a loop in an automation that runs until a condition is met?
I need something resembling a do ... while or do ... until logic, probably with a fail safe, as we do not want the rule creating kazillions of issues! 😁
I would like to be able to use that feature to create a number of "Dummy" tasks as child issues within an epic.
Thank you for your insights!
Hi @Ward Schwillens, Schwillie
What problem are you solving by creating those "dummy" tasks? That is, "why do this?" Knowing that may help the community to offer better suggestions.
Until we know that...
Any mistakes in such looping rules can have consequences. For example...
What version of Jira are you using (i.e., Cloud, Server, or Data Center), and if Cloud, have you considered your license level and products?
I ask those things because a webhook-based approach (as suggested by Mikael) can allow recursive looping to solve some scenarios, and potentially encounter items #1 and #3 above.
Another approach is to use a single rule with an advanced branch, driven by the contents of a list from a created variable. This would allow up to 100 items / issues. This type of rule could encounter items #1 and #2 from above.
Kind regards,
Bill
Yes, that is possible, have a look at this article that describe how you can create a dynamic looping in an automation.
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.