I have problem with the most basic filter (in my opinion).
I need to be able to select all the issues from the project and then - from the respectful epic.
I used query:
project = "CRM" AND "Epic Name" = "Questionnaire management" ORDER BY created DESC
and got 0 results, what should I do?