query all issues under an Epic(there are storys under epic and issues under storys )

Cypher Zhong May 19, 2019

I want query all stories under an epic and all issues under these stories, I found `linkedIssues()` can find all stories under my epic such as:

issue in linkedIssues("example-100")

 

but how can I query the other issues under stories and show them all ?

3 answers

1 accepted

0 votes
Answer accepted
Ashkan Malekly
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 19, 2019

Hii @Cypher Zhong 

You can use this query :

project = "your project" AND issue in childIssuesOf("The key of your epic") even you can write ssue in childIssuesOf("The key of your epic")

Cheers

Cypher Zhong May 19, 2019

Thanks @Ashkan Malekly 

I want use this at https://tinklabs.atlassian.net/issues/ , and it tell me:

 Unable to find JQL function 'childIssuesOf(HIG-228)'. 

should I install some plugins for this JQL function? because I haven't see it at  Advanced searching(https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html)

Cypher Zhong May 19, 2019

and I have use 'split from' to related them together, I am not using the 'add child issues'

Ashkan Malekly
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 19, 2019

Hi @Cypher Zhong 

I think you should set up Adaptavist ScriptRunner for JIRA for add-on

Cheers

Like Hubert Krukowski likes this
Cypher Zhong May 19, 2019

@Ashkan Malekly Thanks!  I will work on it!

0 votes
christopher.feeney August 4, 2020

childIssuesOf is now portfolioChildIssuesOf

0 votes
Ligia Merciu May 20, 2019

issue in issueInEpics("TST-1") or parent in issueInEpics("TST-1")

For issueInEpics("") function, Power Scripts for Jira is needed.

Cheers!

Cypher Zhong May 20, 2019

I think I need ask my leader to add plugins XD

JD Lobue June 26, 2019

Not available on the cloud?

JD Lobue July 12, 2019

More plug-ins and add-ons? Ugh! Atlassian.....WAKE UP! Your product is only as good as your native software and not all these third parties software, whose compatibility with your core and other 3rd parties prove problematic.

Suggest an answer

Log in or Sign up to answer