How do I write the jql to list all the defects and stories in an epic

Bernard O'Flynn January 31, 2013

In GH I can see all the stories in an epic on the planning view.

However I can't seem to figure out how GH knows that?

I've tried writing a JQL but the Epic in Jira doesn't list the stories and defects as sub-things.

I need to send the stories in an epic to a manager.

How do I get the jql to list the epic and all the associated stories and defects

1 answer

1 accepted

0 votes
Answer accepted
MatthewC
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.
January 31, 2013

There is a custom field called "Epic/Theme" and you just query it.

"Epic/Theme" = 'MYPROJECT-1'

where MYPROJECT-1 is the ID of the Epic

Bernard O'Flynn January 31, 2013

Brilliant - thanks!

Bernard O'Flynn January 31, 2013

Hmmm...that's not available. Do I need the latest version of GH? I have 6.1.0

MatthewC
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.
January 31, 2013
Mark DeMichele January 31, 2013

That's odd, I used something like this and it worked.

project = XL AND Epic = XL-538 ORDER BY Rank ASC, key ASC

This is in classic mode.

MatthewC
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.
January 31, 2013

I think the field changes name depending what version you have. The test server I had today was quite an old one.

Suggest an answer

Log in or Sign up to answer