Hi @Moto Bro ,
do your issues have both labels, B and C?
Filters are always additive, so if you enable both filters, you only get issues wich have both labels, B and C.
I have a ticket that in the labels field it is B and the other ticket labels field it is C. I select both and it does not show the tickets. Right now my JQL is Filter B Labels = B | Filter C is Labels = C.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's what I described. If you select both filters, you will only see issues which have both labels, B and C.
You don't see any issues which have only one label.
If you want to see issues which have label b and issues who have label c, create one single filter with a query like this:
labels = B or labels = C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.