I need to filter on project name keywords, but teams create new epics and stories often. So I need to query on the epic name in the issues backlog without hard coding a bunch of epic IDs in the query.
i.e. I need to filter on "Epic Name" ~ "KEYWORD"
and I can't use
("Epic Link" = ID-100) or ("Epic Link" = ID-101) etc.