I’d like to be able to filter the comments on individual cards.
Here’s the use case.
I support 40 customers.
We have a task that applies to 35 customers.
Each customer has a board.
I raise 1 card with the details of the task, but I cannot assign it to 35 projects because of the limit on the number of projects that can be added to a card.
So instead, I add it to one board, and we update progress with each customer as separate comments in the card.
What we need then is to filter the comments on a specific customer name.
I imagine the solution to be like this;
Each comment in the card contains the customes’ name as a string in the text.
I open the card, and at the top of the comments section is a “search” box.
I can type the customer’s name into the search box and all the comments that do not contain that string are filtered out.