Hi guys,
I need some help here as i can't figure out how to do this.
I want a rule to check the start of a comment and then if it contains either :(1)"Delegated to", or (2)"Reassigned to" or (3)"Relegated to" i want to move it to a specific list. I managed to do this with three different rules, one to check for word (1). a new rule to check for word (2) and a third to do number (3).
Can this also be made to fit in a single rule trigger? So:
"If a comment starting with: "Delegated to", or "Reassigned to" or "Relegated to" is posted to a card."...
By my knowledge you cant use any variant of an "OR" statement.
Would greatly appreciate your help!
Hello @Jurjen Geleijn welcome to Atlassian Community!
As this question was posted to the Bamboo forum, I just wanted to understand if that's either a Jira or Bamboo question. Can you please clarify?
Bamboo also has special 'trigger' conditions that may be used, but not sure if they rely to "cards" as you are describing.
Eduardo Alvarenga
Atlassian Support APAC
Hello @Eduardo Alvarenga
Thanks for your welcome, I now see that I am in the wrong section of this forum. It was meant for trello actually.
I don't know how this went wrong, but thanks for pointing that out, ill move the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried the "If/Else Block" condition?
IF
comment contains "Delegated to", move to specific list
ELSE IF
comment contains "Reassigned to", move to specific list
ELSE IF
comment contains "Relegated to", move to specific list
Same premise, but all in one automation rule.
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.