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

API call "Get Label" returns more uses than expected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • Product - API
    • None
    • 2
    • Minor

      Issue Summary

      Customer reported an issue where moving cards with a label from one board to another duplicates the label with a new ID on the new board, but the original label's usage count does not decrement. This behavior was replicated locally, showing that both the original and new labels retain the same usage count even after the move.

      Steps to Reproduce

      1. Create a label  on a board
      2. Use this label on multiple cards 
      3. Move the labeled cards to a different board 
      4. Observe that a new label with the same name and color but a different ID is created on the new board.
      5. GET API for Label with old Label id return the same number in old board and new Labil id also returns the same number in new board

      Expected Results

      The original label's usage count should decrement to zero on the first board after the cards are moved.

      Actual Results

      The original label's usage count remains unchanged on the first board, despite the cards being moved.The new label on the second board also reflects the same usage count.

      Workaround

      No Workaround available

              b257fb7253f8 Thorn Golden
              2862b6c89a0b Nivedhya Vikram
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: