Not sure if you found help, but this link helped me solve for a similar problem I was having. Assigning issues using an if/else condition.
Hi @Petr Nový
What are you trying to achieve?
I'm not sure if it is possible to move from AND to OR - but it might still be possible to create what you're looking for the rule to do using an alternative method.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ste Wright ,
Thanks for reaching out. I would like to create rule which will trigger on comment which occurs in
So far, I have created multiple independent rules, with same outcome. This is not great solution, as
Therefore single rule with complex condition would be much better. I just dont know how to do it :-)
Thanks in advance
Petr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ste Wright ,
Thanks for reaching out. I would like to do certain action when an issue is commented in one of following conditions:
So far, I have created multiple independent rules - one for each OR condition. it have several drawbacks:
Therefore it would be best to have only one automation rule for this. I just do not know how to achieve that :-)
Thanks in advance
Petr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you have to use a JQL condition:
```project=FOO OR reporter="VIP"```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Petr Nový
Apologies for not coming back to you on this question!
In case this is still needed, you can create an "OR" statement utilising Else/If. You can create multiple layers (more than two) using this condition, and it should avoid duplicate actions unlike multiple rules.
See how to utilise Else/If on this page.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello all.
Is it possible to use the following structure:
(Condition 1) AND (Condition 2 OR Condition 3).
Where Condition 1 is mandatory.
How it's possible to implement?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should still be possible using IF Block - eg.
^ The first condition must happen, it's a requirement to get to 2/3.
But the IF Block can be set to be either/or - so if either are true, then the action runs
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This would be a very useful function for my organization, as well.
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.