-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
We would like to request support for the Card Mirroring feature to be available for Trello Power-ups.
For the moment, the Power-up capabilities that are related to mirrored cards are not triggered.
Steps to Reproduce
- Create a power-up and implement the card-badges capability.
Code example:
TrelloPowerUp.initialize({ "card-badges": function (t, opts) { console.log("card-badges", { opts }); } });
- Mirror a card from another Trello board to the current board.
- Reload the Trello board
Expected Results
A message on the console log will be displayed to refer to the mirrored card.
Actual Results
No content is displayed related to the mirrored card from another board. The same happens if implementing the example provided on the card-badges capability documentation, not showing any card-badge from the mirrored card from another board.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available