Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Project 1 = ALPHAPQR, Project 2 = ALPHAXYZ. I want to filter out in ALPHAPQR all those issues/jira items which are linked to ALPHAXYZ. Basically, get a list of all ALPHAPQR issues which are not linked to ALPHAXYZ. How do I proceed with that?
Currently I have tried usin !~ALPHAXYZ but this doesnt work, I have tried below formula as well
issuelinktype !="Demand Link" Demand link is basically ALPHAXYZ. Please let us know your thoughts and suggestions
Hello @Wani, Yash
It is not possible to create the filter you want with native Jira filtering functionality. It would be possible with certain third party apps.
For instance ScriptRunner Enhanced Search offers the linkedIssueOf() function.
project=ALPHAPQR and issuefunction in linkedIssuesOf("project=ALPHAXYZ")
That would give you all issues in ALPHAPQR that are linked to issue in project ALPHAXYZ.
There are multiple apps available from the Atlassian Marketplace that extend the Jira filtering capabilities. More than one offers a feature like this.
Hi @Wani, Yash
This is not supported by default in Jira, but you can take a look at the related question linked below:
This response lists some apps that you can use in order to be able to achieve your use case.
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.