Hello
I need to build a JQL query on a project we have within Jira, the query should display issues linked to only those epics which have at least one story which is either Ín Progress'or To-Do.
Example: My project has 2 epics E1 and E2:
E1 has 5 stories (don't mind what exact status they are in at least one is To-Do / In-Progress)
E2 has 3 stories all in 'Done'status
Output required: I need the JQL to display all 5 stories from Epic -1
Regards