Quick Question: I want ask questions regarding two projects in one jira instance.

Wani, Yash June 25, 2024

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

2 answers

1 vote
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 25, 2024

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.

https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-enhanced-search/jql-functions#linkedissuesof

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.

0 votes
Pablo Gamblin _ServiceRocket_
Contributor
June 25, 2024

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.  

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events