You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I would like a butler statement that works similar to:
when the name of a card in list "New Requests" contains "(AAAAAAAA)" or "(BBBBBBB)", add member @JohnDoe to the card
I can add one 'contains', but how do I do multiple when editing the rule? Neither below seems to work.
"(AAAAAAAA)","(BBBBBBB)"
(AAAAAAAA) or (BBBBBBB)
(AAAAAAAA),(BBBBBBB)
(AAAAAAAA), (BBBBBBB)
"(AAAAAAAA)" or "(BBBBBBB)"
"(AAAAAAAA)", "(BBBBBBB)"
@Mike there's an undocumented regex modifier in Butler that you can use:
when the name of a card contains "regex:/.*(AAA|BBB).*/", post comment "got {wildcard1}"
in your case you change that 'post comment' to add member, but I wanted to demonstrate that the regex wildcards are available as variables also.
I saw this tidbit posted here about a year ago:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. I'll be sharing with you a series of videos with my top tips on how to best use Trello...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.