Trello – Is it possible to filter Trello records that do not have labels

trellotrello-labels

I'd like to filter so that I only see cards that are not labelled. I can see how to filter for any combination of labels except "only show me those that have no label". I think this would be very useful, but can't figure out how to do it.

Best Answer

You can find cards without labels buy using the - operator. For example, if you have a label called red and a label called blue and you want to see all cards without a label, try this:

-label:red -label:blue

The result will be any card that does not have the red or blue label. Of course you will have to list all of your labels for this to work.