Hi,
I have a multi select field with the values A, B, C. I can search for all of them individually. Is there a way to search for just A,B,C as a whole and not include any with just A or B or C?
e.g project = project1 AND customfield IS A,B,C.
So I would get let say 1 issue returned which has the custom field selected with all 3 values.
I have tried many combinations but I keep getting all field results.
Thanks
Nadeem
does this work by chance? I have not tried.
project = project1 and customfield = A and customfield = B and customfield = C
Thanks so much. It worked, am sure I tried that, but must have not. Thanks again.
Nadeem
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.