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?
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
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.