Forums

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

[Select List (multiple choices)] selection value from a dropdown list

adnanluwalira
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 14, 2022

How do i correctly select a value using [Select List (multiple choices)]?

 

I have a field let's call it products, this field contains product names in a drop down list. Each product name is unique and they are called product one, product two, product three etc, how can I select for example product five from the list using JQL? 

2 answers

1 vote
Rilwan Ahmed
Community Champion
June 14, 2022

Hi @adnanluwalira ,

Welcome to the community !

If you trying to get list of tickets which are raised for product five, then use below JQL in your search.
products = "Product five"

If you want to list multiple products, then use
products in ("product one", "product two")

Let me know if you are looking for something else.

0 votes
John Funk
Community Champion
June 14, 2022

Hi @adnanluwalira  - Welcome to the Atlassian Community!

I am not quite following your question. Can you give an exact use case that you are wanting to solve? 

Suggest an answer

Log in or Sign up to answer