when issue updates (could be three different fields) update those fields on the subtasks

Laura Hanna
Contributor
November 7, 2024

I a driving myself down a rabbit hole and probably confusing myself more then not.

I have one rule that I want to create.

Pretty sure I need an OR statement but unsure on how to do it...

 

IF Issue updates

AND is story 

 

(here is where I am confused)

If FIELD A is NOT empty then update subtasks. (for subtasks) got that.

But, I also what to check on TWO other fields. Those three fields DONT HAVE to be all NOT empty.

But if FIELD A is not empty > do this.

OR if FIELD B is not empty> do this

OR if field C is not empty...

 

Why is this not clicking.

IF/ESLE I assume. If it meets to first fine. It finishes.

Or if it does not meet DO the next, But.

BUT, IF it meets the first I also what it to see if the other meets and then the other as well...

1 answer

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 7, 2024

Automation now support nested IF/ELSE conditions, so you could add one IF for the first condition and then in that one add another IF/ELSE for the other two fields. I was trying to find the announcement about it, I thought it was an article here on the community but are not able to find it right now...

Laura Hanna
Contributor
November 7, 2024

Thank you I will give this a try... I was thinking that is what I may have to do...

Suggest an answer

Log in or Sign up to answer