JQL Query to find all Epics and Stories Beneath a Roadmap Item

Brittany Michael November 17, 2017

I have a Roadmap Item that has several children Epics, The Epics have children stories.

 

I want a filter that shows me all children and grandchildren of a Roadmap item.

1 answer

0 votes
Tyler Brown
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 17, 2017

Hey Brittany,

If you find the Children Epics of the Roadmap Item (parentlink = ABC-123) you can then use the parentEpic parameter to find all children and grandchildren of the Epics.

Query could look something like: parentlink = ABC-123 or parentEpic in (ABD-234, ABD-345, etc)

Hope this helps,

Tyler

Brittany Michael November 17, 2017

I don't want to write a filter where I have to change it every time. In my mind it should be something like

 

= parentLink = ABC OR childof(parentLink = ABC)

Suggest an answer

Log in or Sign up to answer