Forums

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

JQL Query

Kate Engel March 6, 2019

Is it possible to extract Stories for all Epics that a particular status using JQL? E.g. E.g. I want to see all stories that are linked to an "Open" Epic

2 answers

0 votes
Alexey Matveev
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.
March 6, 2019

Hello,

You could also do the same with the Power Scripts, Jtricks, JQL Extenstions for Jira plugins.

If you want to use the Power Scripts add-on, then your JQL query would look like this:

key in issueInEpics("status = Done")

Kate Engel March 6, 2019

Thanks, but I don’t have access to use Powerscripts so I need to do it via JQL if possible.  But thanks for your help.

Like Marty likes this
Alexey Matveev
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.
March 6, 2019

It is not possible out of the box.

Like Marty likes this
0 votes
Marty
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 6, 2019

Hi Kate,

I am not on the Jira Team, but I will try to help.

I think this is possible using the ScriptRunner Add-On.

Then you can try this

issueFunction in linkedIssuesOf("issuetype = Epic and resolution is empty", "is epic of")

I hope that helps!

Kate Engel March 6, 2019

Thanks!  But it has to be a JQL solution if possible.

Like Marty likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events