New to JIRA, and I'm trying to configure a view where:
I see all tickets in a project that do NOT have an epic linked, while also including one particular epic (i.e. "epic-abc"). So, I want to see:
ticket1 (no epic linked)
ticket2 (no epic linked)
ticket 3 (epic-abc)
ticket4 (no epic linked)
etc.
What syntax should I use in the JLQ query? Thanks in advance