Trying to add the ability to disregard a component of "Automation" from my filter

ddahlke January 24, 2024

I have the following filter and am looking on how to disregard a component when filled with "automation"

(project = RACC_WEB OR project = "Vail Alerting" OR project = Gestalt) AND "Demo Date" is EMPTY AND issuetype != Epic AND resolution is not EMPTY AND sprint in openSprints() AND status != Rejected

1 answer

1 accepted

1 vote
Answer accepted
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 24, 2024

Hi @ddahlke ,

please try to add:

AND (component not in (automation) OR component is EMPTY)
ddahlke January 24, 2024

Thanks that did the trick appreciate the help

Like Hana Kučerová likes this
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 25, 2024

Hi @ddahlke ,

if my answer helped you, would you please accept it, so it can help others in the future? Thank you.

Like ddahlke likes this

Suggest an answer

Log in or Sign up to answer