Currently group by label does an OR between multiple labels but I would like to apply AND operator using group by labels. Is there a solution for that?
I don't think so. It's the behavior of the group by option. Another options is to run a filter on all the issues that have label a, b, and c and bulk tag them with another label. Let's say "z". Then run a group by label on "z".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.