I am using the following automation to customize building of projects via service desk forms. I have everything working quite well but i cannot effectively get the tickets to block each other in sequence. Everything is being blocked by the `discovery` issuetype. This is the last blocker to rolling this out live
{{createdIssues.get(0).key}} is my base for the first issue and i have increased the (#) down to what I thought would work. Any ideas
This could possibly be because the branch statements are not sequential. You might have to try IF statements if you want sequential behavior. Branch statements are fired simultaneously and they do not follow any particular order.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.