-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Product - API
-
None
-
1
-
Severity 3 - Minor
Issue Summary
We received a report that moving a card from one board to another removes specific actions that were originally associated with that card from the JSON response when sending an API request to see all the actions of the card.
Steps to Reproduce
- Add a card to your board
- Make changes to the card such as adding data to a custom field, a due date, checklists, etc.
- Send an API request to get all the actions of that card. You'll see that the JSON response includes all actions made so far.
- Move the card to a different board
- Send a new API request to get all actions taken on the card. Now, instead of showing all actions, only a few will appear.
Expected Results
The API response from the card should include all actions made on the card, even when the card is moved to a different board
Actual Results
The API response from the card doesn't include all actions made on the card once the card is moved to a different board.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available