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?
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.