Forums

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

Custom Field Filter

Kelli Keith March 18, 2022

Hi,

I'm trying to create a filter that shows all stories that HAVE acceptance criteria. Our acceptance criteria field is a custom field. How do I get the filter to recognize the custom field? This is wrong but my best start so far:

...AND "custom field" = "Acceptance Criteria" AND "Acceptance Criteria" != EMPTY

2 answers

1 vote
Mark Segall
Community Champion
March 18, 2022

Hi @Kelli Keith and welcome to the community!

Try this:

"Acceptance Criteria" IS NOT EMPTY
0 votes
Trudy Claspill
Community Champion
March 18, 2022

Hello @Kelli Keith 

Welcome to the community.

You don't have to do anything extra in filters to use custom fields. Just add criteria for the value of the field the same way you would for built in fields. You don't need this part:

AND "custom field" = "Acceptance Criteria"

Suggest an answer

Log in or Sign up to answer