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