Forums

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

Find issues that have specific related issue

Test Jenkins Jira
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!
April 22, 2021

I am trying to find a JQL that will display all my issues that are related to issues with a type = 'test'

For example if HEY-100 is related to HO-12 with type=test then the query would return HEY-100

2 answers

0 votes
Mohamed Adel
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.
April 23, 2021

Hi @Test Jenkins Jira 

Standard JQL doesn't easily allow it but the results can be quickly found using JQL Search Extensions. It's a professional paid indexing service provided by a company I've partnered with.

You can use the following query to get the list of issues with link "related to" and type = test in reference  

issue in links("related to", "type = Test")

Thanks,

Mohamed Adel 

0 votes
Trudy Claspill
Community Champion
April 22, 2021

Hello @Test Jenkins Jira 

Welcome to the community.

That sort of complex filtering is not natively available in JIRA. You are going to need to investigate a Marketplace app that can extend the filtering functionality. Is that an option for you? Or do you already have any such apps available on your Jira instance?

https://marketplace.atlassian.com/search?query=jql%20extension

Suggest an answer

Log in or Sign up to answer