Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Show all issues for an epic that is statusCategory of 'In Progress'

Anil Sharma
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 11, 2019

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! :)

0 answers

Suggest an answer

Log in or Sign up to answer