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

Updating a Sticker via API request replaces all Stickers on the same card

XMLWordPrintable

    • Severity 3 - Minor

      Issue Summary

      When there are multiple Stickers on the same card, updating one Sticker via REST API request causes the data of the other Stickers to be replaced with the data from the updated Sticker (coping the Sticker ID, position and image)

      Steps to Reproduce

      1. Add two stickers to a card.
      2. Check the Stickers IDs with the /cards/{id}/stickers endpoint
      3. Using the output from above to get the sticker ID, update one using The Trello REST API
      4. Get the stickers again using step #2. Both stickers that are returned are now the Sticker updated in step #3.

      Expected Results

      A single Sticker is updated, according to the Sticker ID provided.

      Actual Results

      All additional Stickers on the card get their data (ID, position, image, etc) replaced by the updated Sticker data.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

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

                Created:
                Updated: