Automation: End of IF?

Mary Mascari
Contributor
June 2, 2022

How do you end the IF clause? Right now it looks like the clause just goes on to the end of the automation. That can't be right, is it?

For example, I want to do something like this psuedocode:

IF (condition) {

  Do this stuff if true



Do this stuff no matter what

And it has to be in that order.  

But it looks like it only does this:

IF (condition) {

Do this stuff if true

}

Where does the IF clause end?  Can I put anything after it? 

2 answers

1 vote
Simmo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 5, 2022

@Mary Mascari,

If I'm understanding you correctly then it all depends on where you click as to where the component ends up. Hopefully this image will help:

if.pngCheers,

Simeon. 

0 votes
Dmitry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2022

Hi Mary

What you want doing ?

May be example:

IF stataus = OPEN

    1. Do this stuff if true

    2. Do this stuff no matter what

IF status != OPEN

    1. Do this stuff no matter what

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events