Display an particular Epic with its Issues in the Epic

jjgalea May 31, 2017

Hi, I would like to run a JQL query to display a particular epic link and also it's linked epics.

So far i did run this query:
issuetype = Epic and "Epic Name" = '[CC] - Q2'

How can I also display the Issue links of the epic?

epic jql.PNG

2 answers

0 votes
jjgalea May 31, 2017

Hi Orawan,

Thanks for your reply.

I did manage to solve it using this query :)

issue in linkedIssues("CC-1266") or issuekey = CC-1266

Cherers,
Jason 

0 votes
Orawan Sittakom
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 31, 2017

Hi Jason,

If you need to get all issues under "Issue Links, please use the following JQL query:

issue in linkedIssues(CC-1266)

But if you need to get all issues under "Issue in Epics", please use the below query:

"Epic Link" in (CC-1266)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events