Hi, please help me to resolve my case.
I set up an automation rule:
I just tested this, and this worked:
This is what it seems to me:
Unlike editing a mirror by hand, where Trello updates the original card and the change is reflected in the mirror, editing a card with Butler seems to edit the MIRROR itself. Since the cards are now different from each other, the mirror is broken and you see the card link, which is (from Trello's point of view) the ACTUAL name of any given "mirror".
So if you want to edit a mirrored card with Butler, you need to first find the original card. Luckily for us, since the card is a mirror, we know that the link to the original card is the name of the card we're editing, so that's really easy!
Trello may change this in a future update since card mirroring is a brand new feature.
Either way, you're better off finding the original card by link in the mirror's name and updating it there; then, you should see the changes reflected on both cards.
You may need some way to distinguish normal cards from mirrors if they are both being added to the same list, and have two different automations to handle each case.
Updated answer with automation code
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shoi, and DiMaggio.
We're tracking this issue, which you can watch over here: https://jira.atlassian.com/browse/TRELLO-927
I have added this thread to this bug as an internal comment for our engineering team to see and reference if needed as well as align priority.
Meanwhile, to avoid the mirrored cards to broken; when you create an automation trigger, you can specify it only works on cards without any role (such as the mirror role). Doing this will allow Mirror Cards to get created without interference from other automations. Let me show you an example:
This action will only avoid the Mirrored cards to trigger the automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great information! Thank you. I also have found that the solution I gave (finding the mirrored card via the link in the name) can really help in the meantime for when you DO want to use automation with the mirror!
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.