Forums

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

Create a board that shows issue with linked issues in other projects

Max
Contributor
July 28, 2025

We have project A.

For some issues there need to be development in other projects.
For this we have a status and automatically creates statuses on the other projects (Project B).

Now I want to create a extra board on Project A which shows issues from Project B which have a linked issue on Project A.

I tried this: 

project = "*Project B" AND issueLinkType IS NOT EMPTY AND issue IN linkedIssues("(project = Project A)") ORDER BY created DESC

But get a error back: Issue '(project = Project A)' could not be found in function 'linkedIssues'.

All help would be welcome!

1 answer

0 votes
Els Bassant
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.
July 28, 2025

Hi Max,

issue IN linkedIssues("") only works with single issues.

  • issue IN linkedIssues(DEMO-1) will give you all issues linked to DEMO-1.

 

You can specify the link type with this as well

  • issue IN linkedIssues("DEMO-1", "is blocked by"

 

Unfortunately I don't think what you want is available out-of-the box. If you have Scriptrunner installed you can use the "issuefunction in LinkedIssuesOf()" function which does accept another JQL as an argument:

project = "Project A" and issuefunction in linkedIssuesOf("project = Project B")  

 But again, this requires Scriptrunner to work.

 

Hope this helps, 

Els

Suggest an answer

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

Atlassian Community Events