Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Labels don't show in list view until each card is opened individually

hello_bookabook
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 30, 2026

On one of our boards, labels are not showing on any card in the list/board view by default even though the cards do have labels assigned. 

The strange part: if I open a card and then close it, that specific card's label then starts showing up in the list view. But this only happens per card, one by one, after I've clicked into it. Cards I haven't opened yet still show no label at all in the list, even though the label is clearly assigned when I open them.

So it seems like labels aren't loading/rendering in the list view until each card is individually opened once.

What we've ruled out:
- Not limited to one account or device — every member with access to this board sees the same behavior, across different browsers and devices.
- Other boards in our workspace show labels normally in the list view without needing to open each card.
- The labels aren't colorless/grey.
- No custom Power-Ups enabled on this board.
- Logging out/in and clearing cache didn't fix it.

Has anyone experienced labels needing to be "triggered" open per card before they show in list view like this?

2 answers

2 accepted

0 votes
Answer accepted
Andrea Crawford
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 31, 2026

@hello_bookabook apologies for the issue you are having with card labels. Our team identified a recent change that may have been causing this unexpected behavior. Since we've rolled it back, would you please refresh your board and let me know if you still see the same behavior, or if it is now resolved? Thank you!

hello_bookabook
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 31, 2026

Thanks for the quick fix! Just refreshed the board and can confirm labels are now showing correctly on the card front across all lists, including cards nobody had opened. No sign of the issue anymore.

Appreciate you and the team looking into this so fast thanks again!

Like Andrea Crawford likes this
0 votes
Answer accepted
Gabriela - LeanZero
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 31, 2026

Your evidence has already killed the four answers you're about to be offered. Naming them saves you the thread filling up with them.

The semicolon shortcut will come up first, and it does something narrower than people remember. The docs are specific: "By default, only the color of the label will show when viewing the cards from the board view", and "by typing ';', you can also toggle the names of the labels visible or invisible on your cards". What it toggles is the label NAME. Colours show by default either way, so a board with names switched off still has visible labels.

Colourless labels are the documented case where a label genuinely hides on the front: "Colored labels will display on a card's front and back. Colorless labels (represented by the light gray color) will only display on the back of the card." You've excluded that. Browser extensions and a per-user display preference both die on your own observation that every member sees it across different devices.

So the interesting part is the bit you described almost in passing. It's one board, and a card starts rendering correctly once you open it. Every display control I can find documented is per person, and you have members on different devices all seeing it, which is your own evidence rather than my guess. None of them would change state after you click a single card either. What you're describing is the card's label data arriving late, which puts this in bug territory rather than settings.

Two numbers turn this from anecdote into a report Trello can act on. Get the card count on the affected board and on one that behaves, since size is the obvious difference between two boards in the same Workspace. Then keep the board open and hard-reload it, and see whether labels come back for cards nobody has clicked. Then you have a repro. That splits a stale client from something server-side, and it's the question support will ask you anyway.

hello_bookabook
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 31, 2026

Thanks, this is exactly the kind of repro I needed to run.

Card count: the board has around 3,400+ cards total across all lists (the largest single list alone has 1,121 cards).

On the hard-reload test: labels do NOT come back for cards nobody has clicked, even after a hard reload (Ctrl+Shift+R). So that rules out a simple stale-cache-fixed-by-reload situation.

But I found something that adds a wrinkle: opening a card does make its label appear in list view — but this is NOT permanent. If a teammate opens a card (label appears for them), and then the board is refreshed (by them or anyone else), that same card's label disappears again. So it's not that the label data gets "cached" server-side once fetched it seems to reset on every fresh page load regardless of history.

So to summarize the pattern:
- Fresh load of the board → no labels show anywhere in list view
- Open a card → that card's label appears in list view
- Refresh the page → back to no labels showing, including for cards that were just opened

This feels like the label data for list view is failing to load/render on initial board load (likely due to the size of the board), and only gets pulled in on-demand when a card is individually opened but that fetch isn't being cached/persisted anywhere, so it's lost on every refresh.

Happy to run any other specific test if it helps narrow this down further.

Gabriela - LeanZero
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 31, 2026

Those numbers close the size theory I pointed you at, so take that one off the table. Trello's developer docs enumerate the caps, and the relevant one reads "Trello allows for 5000 open cards to exist per a board", with the clients starting to warn at 4500. At around 3,400 you are under both, and you would know if you were near the ceiling because "The disableAt limit is the count at which the clients will no longer allow users to add objects of that kind" and you can still add cards.

The list is not a threshold either. That enumeration has no per-list card limit in it at all, only per-board ones, so 1,121 cards in a single list is not a documented boundary you have crossed.

What your second finding does is better than a cause. A label that appears when a card is opened and is gone again after any refresh, for the person who opened it, means nothing is being cached and nothing is persisting. The label data is not arriving with the board at all, and fetching a single card is the only thing that pulls it.

That is a clean bug report now rather than a support conversation. Card counts, the reload result and the per-card reset are what they will ask you for, and you have them.

Like hello_bookabook likes this
hello_bookabook
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 31, 2026

That makes sense, thanks for checking against the documented limits good to have the size theory ruled out definitively rather than just assumed.

So if this is now a clean bug report rather than a support/settings conversation like you said, do you know if this thread actually reaches Trello's engineering or support team, or would I get faster/better traction going through a different channel? I want to make sure this doesn't just sit here unactioned given it's affecting a whole team's workflow.

Really appreciate you working through this with me way more useful than the generic troubleshooting suggestions I was getting elsewhere.

Gabriela - LeanZero
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 31, 2026

Atlassian staff do read these forums, and you've seen that on other threads, but their own bug-reporting page puts the community beside Contact Support rather than in front of it: "then go to our Trello support page and click on Contact Support to report the bug, or ask for help in our Trello Community". Nobody answering here can file it into a backlog for you.

So Contact Support is the channel, and the same page tells you to check the public issue tracker and the public roadmap first, in case someone has already filed this. That's worth five minutes given how specific your symptom is.

The good news is that you already have the report they ask for. Their guidance is that "A good bug report includes the fewest number of steps to reproduce the issue you are having", and their example is shaped as Repro, Expected, Actual. Yours writes itself: open the board fresh and no labels render in list view, open any card and its label appears, refresh and it's gone again, on a board of 3,400 cards while other boards in the same Workspace are fine. Expected, labels render on card fronts. Actual, they render only for cards opened since the last page load.

Include the two negatives as well, because they are what stop a first-line reply sending you back round the loop you have already run. Hard reload does not restore them, and it reproduces for every member across browsers and devices, so it's neither cache nor one profile.

hello_bookabook
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 31, 2026

Quick update to close the loop before I even got to Contact Support, the Trello team actually jumped into this thread themselves and fixed the issue directly. So the board is back to normal now.

Just wanted to say thanks for all your help digging into this. You ruled out every red herring with actual documentation instead of guesses, and that made a real difference in getting this taken seriously instead of brushed off as a settings issue. Appreciate the time you put in!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events