You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, any card.update() call erases Label from card on Trello board. The only workaround is to save Labels before update() and use them to send correct request by youself: https://developers.trello.com/reference/#cardsidlabels
Tip: this api won't create label duplicate if you use existing parameters (name, color), so you can use it both for creating new labels and assign already existing ones to the card.
Hi,
When I tried to do the follow statement:
trelloApi.updateCard(itemCard);
The card lost theirs Labels.
In my case, the object "itemCard" is coming from trelloApi.getBoardCards(idBoard) statement and all data is correct until I do the update.
Regards
Omar
The text was updated successfully, but these errors were encountered: