-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Minor
Issue Summary
If a checkbox Custom Field is unchecked via API, it will still be displayed as checked in the card back, despite the data (card JSON) indicating that "checked = false".
Steps to Reproduce
- Create a card;
- Create a checkbox-type Custom Field in the card;
- Check the checkbox (checked = true);
- Close the card;
- Uncheck the checkbox via API using https://api.trello.com/1/cards/id/customField/id/item (checked = false);
- Re-open the card.
Expected Results
Checkbox is unchecked.
Actual Results
Checkbox is still checked.
Workaround
Unchecking the checkbox via UI.