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
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"
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.