Forums

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

I want to find all issues linked to issues in a Epic

William
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 21, 2025

I can find Linked issues to a single Jira with this:

issue IN linkedIssues("SECLENDING-7")

I want to find all issues linked isssues in the Epic:

"Epic Link" = SECLENDING-76

1 answer

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Champion
April 21, 2025

Hello @William 

Welcome to the Atlassian community.

Jira does not provide that capability natively. It would require a third party app such as ScriptRunner or JQL Search Extensions, that extend the JQL capabilities.

Do you already have an app like that, or is your company open to acquiring such an app?

William
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 21, 2025

Hi @Trudy Claspill ,

 

I beleive that we do have ScriptRunner.

Trudy Claspill
Community Champion
April 21, 2025

If you have ScriptRunner you should be able to use the linkedIssuesOf() function that they provide.

https://docs.adaptavist.com/sr4js/latest/features/jql-functions/included-jql-functions/issue-links#find-linked-issues-of-a-subquery-linkedissuesof

William
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 22, 2025

Hi @Trudy Claspill 

These appear to be the only linkedIssues funstions available.

 

Screenshot 2025-04-22 112845.png

Trudy Claspill
Community Champion
April 22, 2025

You need to use different syntax, as shown in the document link I provided; i.e.

issueFunction in linkedIssuesOf("subquery", "link name")
William
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 22, 2025

Understood @Trudy Claspill    Thanks.  I've looked at the document and the examples and think I've it working!

Trudy Claspill
Community Champion
April 22, 2025

You're welcome!

If my response has helped you solve your problem, please consider clicking on the Accept Answer button above my responses to mark your Question as Solved.

Suggest an answer

Log in or Sign up to answer