Forums

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

need a JQL Query to find issue having single value selected for multi select custom filed

Csyuvraj@10
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 29, 2021

Hi All 

Provide a query to check that  each of existing Jira issue refers to only one value selected for multi select custom filed 

Thanks 

Yurvaj

3 answers

0 votes
Planck Lee_LiJiao_ October 29, 2022

I want to know the answer too. However, I can't find it alothough I spent a lot of time on it.
And, sometimes, I really hate JIRA.

0 votes
Arkadiusz Baka
Contributor
September 13, 2022

For options ex.(a,b,c,d)You can exclude options  ex. cf not in (a,b,c)

Result : only option d

Planck Lee_LiJiao_ October 29, 2022

I have a multiple-choices select list with more than 100 options, and I will add some every week. How can I just search issues with only option-A selected?

Like # people like this
Arkadiusz Baka
Contributor
October 29, 2022

@Planck Lee_LiJiao_  do you have scriptrunner?

0 votes
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2021

Hi Csyuvraj@10 - Welcome to the community. You may need to create scipted field (script runner) and use it in JQL. Please find a similar discussion

https://community.atlassian.com/t5/Jira-questions/Number-of-options-selected-in-multi-choice-field-via-JQL/qaq-p/130240

Suggest an answer

Log in or Sign up to answer