Trello – Retrieve Old Names for Cards

trello

When you edit a card title in Trello, it doesn't add an entry to the visible history of the card. Is there a way to retrieve past titles of cards?

Best Answer

The history of the card is logged by Trello, and there are ways to retrieve it using their API. You can also use the "Export JSON" functionality:

Screenshot of "Export JSON" button

The current title of the card is under the key name. The history of the card is under the key actions, from which you can find past names under data -> old -> name.