You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
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.
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?
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.