Forums

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

How to use JQL to find the issues with a specific type of link to a specific project ?

Sidney Qiu
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!
May 2, 2020

The question title has enough info. I am running 

Jira v7.13.9 server version. 

 

Thank you very much!

1 answer

1 vote
Jack Nolddor _Sweet Bananas_
Atlassian Partner
May 3, 2020

Hi Sidney,

Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. Using i.e. JQL Booster Pack you can type the following:

 

1) Search for issues with a specific type of link to a specific project

issue IN  linkedIssuesOf(' project = "My Awesome Project" ', 'relates to')

(*) Note that this is just an example, you must tune above query to fit your needs.

 

Using this app you can also query other issues relations, check:

 

References:

 

Hope this helps you to create awesome queries <3

Suggest an answer

Log in or Sign up to answer