I want to have a rule that executes in this manner:
- If field A is not empty
Do AAA
If field B is not empty
Do BBB
If field C is not empty
Do CCC
So if all A, B and C fields are not empty, I will expect to have done AAA and BBB and CCC.
Currently I configured in the above manner in the Jira automation rule, but the rule did not execute further of "If field C is not empty" if let's say field B is empty. Is there any example to show the correct configuration?