I would like to report on specific labels, broken down by ticket type, in a dashboard view. I can report on labels easily using the two dimensional filter statistics gadget, choosing label as the Y-axis and ticket type as the X-axis. I then use a query looking for the specific filters I need.
The problem with this is where tickets have two or more labels. For example, I want to see data only for labels X, Y and Z. My filter query is
project = TTP AND labels in (X, Y, Z) order by created DESC
If a ticket with label X also has label A, that is shown as well. I'd like the report with only the named labels in the filter query.