Hi,
I would like to add members to a newly created card, but I haven't find nor figured out a sufficient solution...
Process by rules:
+ when all checklist are completed
- find card in list on board
- copy it to another list
- rename it
- add members
I am using custom fields and in certain cases I use it also to add members. However, I am not able to figure out a sequence of rules that would enable me to change the custom field from the trigger card that would either work or wouldn't end up in a loop.
Also, command "add member @{triggercardmemberusernames} to the card" doesn't seem to work even though the member is on both boards, and I would very much expect the command "{cardmemberusernames}" to be applicable to the the newly created card and not to the trigger card. Anyway, I tried it and in both cases the error in the command says "I couldn't find that member in this board."
Do you know any way to add members by rules from card in one board to another card in another board with different names?
Thank you.
Edit 2022-05-17: The sample command is as follows:
when a card is added to list "List1", find a card titled "Card_Template" in list "Templates" on board "Board3", copy the card without comments to the top of list "List2" on board "Board3", rename the card to "Card template {triggercardname} ({triggercardlabelnames})", set the card's description to "{triggercarddescription}", find a card titled "{triggercardname}" in list "List1" on board "Board1", link the cards together, find a card titled "{triggercardname}" on board "Board2", link the cards together, find a card titled "{triggercardname}" in list "List1" on board "Board1", for each card linked in the attachments, set custom field "Field1" to "{{%Field1}}", and set custom field "Field2" to "{{%Field2}}"