You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Was there a recent update that axed the IF/ELSE statements? All I'm seeing is Condition/Action components. These are not suitable for the solution I'm working on since if the first condition does not pass, all the proceeding conditions after that will not execute. Maybe I'm missing something?
Here's a small example from a much bigger automation rule. If the first condition does not equal 'Not Stored', the second condition does not execute.
Hi Jayce,
Under the New Condition listing you should see If/else block
I see. It looks like the If/Else is not available inside the 'For' branch. I'll have to go about this another way then. Thanks for the quick reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the suggestion item in the Code Barrel backlog to add If/Else within a branch:
https://codebarrel.atlassian.net/browse/AUT-1005
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jayce Canale,
That's right, an If / Else block isn't available instead a branch as we only support one level of branching and an if else is a branch in its own right.
Shout out if you need a hand rejigging your rule!
Cheers,
Simeon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
You said that there's a suggestion to add If/Else within a branch in:
https://codebarrel.atlassian.net/browse/AUT-1005
I don't see any suggestion in that ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The title of that suggestion is "Allow IF/ELSE block within branches"
Best regards,
Bill
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.