Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I filter for issues in Project A that are linked to epics in Projects other than Project A?

Arushi Verma
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!
September 8, 2023

Hi - 

I'm looking to filter for jira tickets in my project (let's say Project A) that are linked back to epics in other projects (not A). 

How would I do that?

2 answers

0 votes
Charlotte Santos -Appfire-
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.
September 11, 2023

Hi @Arushi Verma

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find tickets in project A that are linked to epics in other projects:

issue in linkedIssuesOfQuery("project != 'Project A' AND type=Epic") AND project = "Project A"

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Best regards,

Charlotte

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 8, 2023

Hi @Arushi Verma,

Welcome to Atlassian Community!

You need an app in order to do a nested search like that, it cannot be done with out-of-the-box JQL. There are multiple apps in the Marketplace that extends JQL, I have used JQL Tricks and Enhanced Search/Scriptrunner in the past to do similar searches. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events