Hi!
I have 3 boards (named Board 1, Board 2, Board 3) I'm trying to sync to a "To Do List" board. Each board has a list named "{name of board here} - To Dos" (the same list name is also on the To Do List board). My wildcards don't seem to work. I'm trying to:
I tried "{*} - To Dos" , "{listname} - To Dos" , "{boardname} - To Dos" but none of them seem to work. What did I do wrong?
Here's the rule I tried (that isn't working). Hope anyone can help me out!
hi,
You can try to do it by using 2 rules :
when a card is added to list "todo", lookup a card titled "{boardname}" on board "technicalboard", and set custom field "MyField" to "{foundcarddescription}"
when custom field "MyField" is set to "{*}-{*}", copy the card to the top of list "todo" on board "{wildcard1}", copy the card to the top of list "todo" on board "{wildcard2}", and clear custom field "MyField"
First
Create a technical board which contains 3 parameter cards
titled : board1, description : board2-board3 (be careful concerning the pattern)
titled : board2, description : board1-board3
titled : board3, description : board1-board2
The 1st rule allow to collect boardnames to update regarding where a card is added (board1, board2 or board3) from carddescription in the technical board.
The 2nd rule allow for each board to update (determinated from custom field and specific pattern) , the card is copied in the list "todo".
https://help.trello.com/article/1156-pattern-matching-and-wildcards
Hi, thank you very much for the help! Sorry, I'm not too technical with conditions yet and do I need to add the quotation marks when I'm typing the fields? Do I need to define/make a MyField per card for this to work? I can't seem to get this to work so I'm pretty sure I'm just doing it wrong.
Really sorry but can you help me out?
To visualize it better, I'm making 4 boards:
So if I make/update a card in board "GL" in the list "GL - To Dos", it'll copy/update the card in board "To Do List" under "GL - To Dos". And hoping to make it copy/update as well if I update the card directly from the "To Do List".
I'd really appreciate some more help. I'm still learning these Trello conditions :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you use the rules without modification, in your case you will create new lists in each board titled todo.
If not necessary, I recommand you not to include a board name in a list name. It will complicate the rules building uselessly.
But, if you want absolutely conserv the boardname in the list for the first rule
when a card is added to list "{boardname} - To Dos", lookup a card titled "{boardname}" on board "technicalboard", and set custom field "MyField" to "{foundcarddescription}"
when custom field "MyField" is set to "{*}-{*}", copy the card to the top of list "{wildcard1} - To Dos" on board "{wildcard1}", copy the card to the top of list "{wildcard2} - To Dos" on board "{wildcard2}", and clear custom field "MyField"
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.