We had important information in a card name, but it was edited by mistake. Is there any way to view the history of card name changes?
Hello.
As far as I know, neither the card name change nor the changes to the description are recorded in the activity bar on the back of the card.
Hi there,
While Trello doesn't show a direct "history" dropdown on the card title itself, you can still find the original name by checking the Activity Feed. Here is how:
Check the Card Activity: Open the card in question and scroll down to the Activity section at the bottom. Ensure "Show Details" is enabled. If the name was changed recently, you will see a log entry saying: " [Name] changed the name of this card from [Original Name] to [New Name]."
Check the Board Menu: If you can't find it on the card, go to the right-hand sidebar of the board, click Menu, then click Activity. This shows a chronological list of every action on the board. Search (Ctrl+F) for the word "renamed" or "changed the name" to locate the specific edit.
Browser Notifications: If you have Trello notifications integrated with your browser or OS, sometimes the old name remains in the notification center history if the change happened recently.
Email Notifications: If you are watching that card or board, check your email inbox. Trello sends an email for card changes, and the subject line or body will likely contain the original card name.
Pro-Tip: If the information in the card name is extremely vital, I recommend moving it to the Description field or a Custom Field in the future, as those are slightly easier to track.
I hope you can recover that information quickly!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, the activity log on both the card and the board doesn't show any records when a card name is changed. I’m not sure if this is a limitation of the Standard plan.
I have email notifications disabled, but I will check with my team to see if they received any emails. It’s not the most convenient method, but it might be the only way to find the history for this card.
Thank you for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
I understand your frustration. It’s strange that the activity isn't appearing, but I can clarify a few things that might be hiding those records:
The "Show Details" Toggle: This is the most common reason for "missing" logs. In the Activity section of the card, there is a small link on the right side that says "Show details". If it currently says "Hide details," the log is expanded. Trello hides "system" changes (like name changes or moving cards between lists) by default to keep the comment section clean. Please double-check if clicking "Show details" reveals the rename event.
Plan Limitations: Just to put your mind at ease—this is NOT a limitation of the Standard plan. Card activity (including name changes) is a core feature available on Free, Standard, Premium, and Enterprise plans alike.
The "Archived" Buffer: If the card was moved to another board or archived and then brought back, sometimes the activity feed can feel fragmented, but the "Show Details" button should still pull that history from the database.
Desktop vs. Web: If you are using the Desktop App and it’s not showing, try logging in via a Web Browser (Chrome/Edge). Sometimes the app's local cache doesn't refresh the activity feed as thoroughly as the browser does.
Why the Email check is a good idea:
As you mentioned, if your teammates have notifications on, their emails will literally say: "Card [Old Name] has been renamed to [New Name]". It’s a solid "paper trail" even when the UI feels stubborn.
I really hope that "Show Details" button is the hidden culprit here! Let us know if it still doesn't show up after clicking it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've attached a screenshot to show the issue. As you can see, I have the details expanded (the button says "Hide details"), but the activity feed only shows when I joined the card and when it was added to the list. There is no record of the name being changed from "Name 1" to "Name 2" at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the screenshot! This is very helpful. Seeing that "Hide details" is active but the rename event is missing is indeed unusual, as Trello is designed to log these changes.
Since the standard UI log is failing us, here are 3 technical possibilities and a way to "force" the info out:
How was it renamed? If the card was renamed via an Automation (Butler rule) or a Power-Up, sometimes these actions don't trigger a standard "Member changed name..." log in the same way a manual edit does. Was there any automation running on this board?
The Export JSON Trick (The Ultimate Proof):
Trello's database often stores more than the UI shows. You can check the raw data of the card:
Open the card.
In your browser's address bar, add .json to the end of the URL (e.g., trello.com/c/ABC123xyz.json) and press Enter.
Press Ctrl+F and search for "desc" or the "name".
Look for an array called actions. This is the raw list of every event. Search for updateCard or old. If the history exists in the database, it will be listed there in the raw code even if the UI is glitching.
Check the Board-Level Activity:
Instead of the card, go to the Board Menu (right sidebar) > Activity. Sometimes the board-wide feed shows events that the specific card-back feed "misses" due to sync lag.
API / Third-Party Sync:
Are you using any external tools (like Zapier, Planyway, or a CRM sync) that interact with this board? Some API-based edits can bypass the activity log recording if not configured to "track changes."
One last thought: If the change happened very recently, try doing a Hard Refresh (Ctrl+F5). I have seen cases where the activity log takes a few minutes to "catch up" to manual name changes on certain servers.
If the JSON view doesn't show an oldName field in the actions list, then the change was likely made in a way that bypassed Trello's activity recorder entirely.
Let us know if the JSON trick reveals anything hidden!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The card was renamed manually in the Trello interface using the keyboard, without any automation. I checked the .json file as you suggested, and it actually shows the previous name: "data":{"old":{"name":"Name 1"},"card":{"name":"Name 2",.
However, I don't think this is just a UI glitch on my end, as other users are also not seeing name change records in their activity logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Олександр,
This is a fantastic update! The fact that the JSON shows the "old":{"name":"Name 1"} data means the information is safely stored in Trello's database, but the interface is failing to render the activity log correctly.
Since you confirmed that other users are also not seeing these logs and you are renaming manually, we can rule out local browser issues or Automations. This points to a Trello UI Regression (a bug where the "Rename" action is no longer triggering a visible log entry on the card back).
Here is what we should do next:
Official Bug Report: I strongly recommend reporting this directly to the Trello Team. You have the ultimate proof (the JSON code). You can use this link: trello.com/contact.
Tell them: "Manual card renames are not appearing in the Activity log even with 'Show Details' enabled. I confirmed the change exists in the .json actions, but it is missing from the UI. This is affecting multiple users."
The "Comment" Workaround: Since the name history is currently unreliable in the UI, a temporary manual fix for vital information is to post the old name as a Comment before changing it, or use the Description field, which at least leaves a "Member edited description" timestamp.
Monitor the "Activity" menu: Check if the Board-level Activity (Sidebar > Menu > Activity) shows it. If it's missing there too, it’s a systemic logging bug.
Thank you for doing the technical "deep dive" with the JSON file! It’s the best evidence possible to show the Trello engineers that something is broken on their end.
I'll keep an eye out for other users reporting this. It looks like you've discovered a fresh bug!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.