Enable support to card mirroring feature on Power-ups

XMLWordPrintable

      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

      1. Create a power-up and implement the card-badges capability.
        Code example:
      TrelloPowerUp.initialize({
        "card-badges": function (t, opts) {
          console.log("card-badges", { opts });
        }
      }); 
      1. Mirror a card from another Trello board to the current board.
      2. 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

            Assignee:
            Unassigned
            Reporter:
            Alisson Dalmago
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: