Forums

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

How to get all the linked issues in a project without mentioning issue key

shankara vijayendran
Contributor
January 18, 2024

project = "YourProjectKey" AND issue in linkedIssues("", "relatesto")
I have to get the linked issues without mentioning the issue key within a project

1 answer

0 votes
Charlotte Santos -Appfire-
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.
January 19, 2024

Hi @shankara vijayendran 

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all linked issues in a project without mentioning issue key:

issue in linkedIssuesOfQuery("", "relates to") AND project = "YourProjectKey"

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

We’ll be happy to help you!

Suggest an answer

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

Atlassian Community Events