S-JQL find all epics without child any bugs

alteraki May 18, 2017

Hi, 

I have a structure populated with epics at the root level, which children that are either stories or bugs. 

I'd like to filter the Structure so that I can see all root items (epics) that have no bugs. 

Any help? 

1 answer

0 votes
Dave Bosman
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.
May 18, 2017

Hi Ahmad,

 

You will need scriptrunner for this

If i am not mistaken you can do this with following JQL 

issuetype = epic and issueFunction not in hasLinks("is Epic of")

More info can be found here https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions

It is possible there are other plugins that can do this, but for the moment i am not aware of any. 

 

Regards,

Dave

 

 

Suggest an answer

Log in or Sign up to answer