Cool that we now have card Mirroring 🙌, but would it be possible to get some information about how Card Mirroring works in the REST API and PowerUps (as they are not yet documented on https://developer.atlassian.com/cloud/trello/rest)
So far I have 5 questions on the matter:
1. How do you add a Mirror of a Card via the Rest API?
(Tried calling post to the "/cards" endpoint with idList="", pos="top", cardRole="mirror" and mirrorSourceId="") but that just resulted in a normal card... and it does not seem to be any changes to a source card when mirroring so a put-command would not be the right approach either... Is it a new EndPoint (or not support via API)?
Â
2. Is it not a bug that the name of a mirrored card is a URL and not the real name? (and end up with that name if converted to a regular card)
Â
3. The "get cards on Board" endpoint (/boards/{id}/cards) will default include Mirrored cards. Is there a way to exclude them (the mirrored cards)
I guess it would be endpoint '/boards/{id}/cards/{filter}' but what filter to give?
Â
4. Is it on purpose (or a bug) that a mirrored card does not show CardButton PowerUp Buttons?Â
they technically have a unique cardId behind the scenes so I can't see why they couldn't)
Â
5. Is it not a bug that a Mirroring of a card is shown as a Create card action in the Board Activity interface (with the URL thing from #2 as name to confuse what it actually is)
...and if you look in the Actions via the REST API there is no way to see that is a mirroring (as the type id is just "createCard" and there is no mention of the the source CardId anywhere )
Â