Display Linked issues in a filter

STEVE CLARK
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!
October 20, 2020

Hi all. 

 

I have  two projects, with issues linked across projects via issue links. 

I have a query that displays Epics in Project A that have linked issues in Project B, using HasLinks. 

Is it possible to then display the issues that are linked to that Epic in Project B?

In my mind I see it as a Nested query, but just can't put my finger on it... 

 

1 answer

0 votes
Ziad Bakhiet
Contributor
October 20, 2020

Hello STEVE,

You can get the result using JQL Search Extensions.

The JQL will look as following:

issue in links("YourFirstQuery") AND project = "ProjectB"

This JQL will find issues and subtasks in Project B for the resulting epics you got in your first query.

The full documentation can be found here.

Regards,

Ziad

STEVE CLARK
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!
October 21, 2020

thanks,

I was looking for a native solution, and have worked it out, using three nested filters :-)

Like Ziad Bakhiet likes this
Artemy Stepanov
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!
November 17, 2024

Could you share your solution, please? )

Like Paul Faulstich likes this

Suggest an answer

Log in or Sign up to answer