The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL multi-select searching

SylviaL
Contributor
December 11, 2012

Is there a way to do a search on a multi-select custom field containing one of the configuration values?

For example, I have a multi-select field with choices A, B, C, D. I want to query any issues containing A. Is there a way to query without listing out all permutation in the JQL like cf in ('A', 'A+B', 'A+B+c', 'A+C,...)? The ~ operator doesn't seem to work on multi-select.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jeison
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 12, 2012

Sylvia,

The operator "~" does not work for multi select fields, you're right. Instead, you can simply use the "IN" operator, as in "<Multi-Select cf> in (A)", that will return all issues containing A.

For more information, refer to the documentation here.

Hope that helps.

TAGS
AUG Leaders

Atlassian Community Events