Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL multi select field search

Nadeem Zakir March 11, 2019

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

2 answers

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 11, 2019

does this work by chance? I have not tried.

project = project1 and customfield = A and customfield = B and customfield = C

0 votes
Nadeem Zakir March 11, 2019

Thanks so much. It worked, am sure I tried that, but must have not. Thanks again.

 

Nadeem

Suggest an answer

Log in or Sign up to answer