Uploaded image for project: 'TRELLO'
  1. TRELLO
  2. TRELLO-1478

Enable support to card mirroring feature on Power-ups

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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

              Unassigned Unassigned
              412df9a4736e Alisson Dalmago
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: