How to filter from custom fields?

C. Erico December 27, 2021

I have a custom field called "Product Line" and it contains text such as Seller A, Seller B, Buyer A, Buyer B, etc

How do I filter if a "Product Line" to show only Seller and not Buyer?

I tried using !~ but it doesn't supported by the 'Product Line' field.

Thanks!

1 answer

3 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2021

@C. Erico Welcome to the Atlassian Community

I am assuming that you are using a dropdown field custom field.  If that is the case then you will need to use in or not in  and list the options that you would like to include or exclude.  

C. Erico December 27, 2021

@Brant Schroeder I see, can you give me an example on how to use the query? I just tried it and it seems to be not working

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2021

"Change reason[Dropdown]" in (Maintenance, "New functionality", Repair)

 For you  "Product Line" in ("Seller A", "Seller B")

Suggest an answer

Log in or Sign up to answer