Hi -
TL;DR - I want to search for all issues who's parent epic is In Progress (or even better, where the statusCategory of the parent epic is In Progress).
I'm trying to create this filter to populate a kanban board. I want to do this, so that when I move an epic from 'To Do' to 'In progress', all of the issues for that epic show on my kanban board.
I don't have scriptrunner and so need to do this in JQL.
So, in psuedo code I'd like:
project = XXX AND (issuetype in standardIssueTypes() AND issuetype != Epic) where statusCategory for issue parent is 'In Progress'
I'm really not sure how to go about this - I thought I might be able to use a filter and the kanban board subfilter, but I don't know how to search for issues based on the status of the parent epic.
Any help would be really gratefully received! :)