Moving a card to a different board removes all previous actions made on that card on the JSON response from Trello's API

XMLWordPrintable

    • 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

      1. Add a card to your board
      2. Make changes to the card such as adding data to a custom field, a due date, checklists, etc. 
      3. 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.
      4. Move the card to a different board
      5. 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

            Assignee:
            Unassigned
            Reporter:
            Sal (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: