-
Bug
-
Resolution: Fixed
-
Low
-
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
- Create a label on a board
- Use this label on multiple cards
- Move the labeled cards to a different board
- Observe that a new label with the same name and color but a different ID is created on the new board.
- 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