Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issues linked between projects and using a filter to view

Simon Kendall
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!
February 23, 2023

I am trying to set up a filter between 2 projects where issues are linked between the 2 projects, can anyone suggest if this can be done??

2 answers

1 accepted

0 votes
Answer accepted
Valerie Knapp
Community Champion
February 23, 2023

Hi @Simon Kendall ,thanks for your question. Do you mean something like this?

You can use the JQL, where 'project in' can be a group of projects, and to get a list of issues that are linked to other issues, you can specify that issueLinkType is not empty.

Then, if you add the 'Linked issues' field to the columns in the filter results, you have the list of issues and to which issue they are linked.

project in ("Wells Fargo Website", "Bank of America Website") AND issueLinkType is not EMPTY

 

image.png

 

I hope this helps but if not, please let me know and I or someone else can try to help you.

Cheers.

Simon Kendall
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!
February 23, 2023

Great that seems to have done what I need it to do and have added a new SQL into the search to help with the filter on a specific field as well.  Many thanks for your prompt reply.                                                                                                                                                                                                                  

Like Valerie Knapp likes this
0 votes
mauricio.groth
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.
February 23, 2023

Hi @Simon Kendall 

I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.

One alternative to what Valerie said would be an add-on that extended your JQL search.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all your issues from project Y that have a link with issues from project X

issue in linkedIssuesOfQuery("project = x") and project = Y

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

We’ll be happy to help you!
Best regards,
Maurício

Suggest an answer

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

Atlassian Community Events