I would like to search for tasks located under several epics. All the epics have a unique suffix "Version 12", but I can't filter with wildcards. What I thought of was to create a complicated filter but it also doesn't work. Here's how it looks:
issuetype = "Task" and "Epic Name" in (issuetype = epic AND fixVersion = "Version 12.0")
any ideas how to solve this??