Forums

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

How to find issues that has Improvement as parent issue type

Martin Vali
Contributor
May 29, 2025

How to find issues that has Improvement as parent issue type

2 answers

2 accepted

2 votes
Answer accepted
Cristiano Alves -Appfire- May 29, 2025

Hello @Martin Vali ,

I'm Cristiano, with the Appfire Team,

Using a solution like our JQL Search Extension for Jira, you should be able to look for this with a simple query:

issue in childrenOfIssuesInQuery("project = X and issuetype=Improvement")

This would return all issues that have a parent 'Improvement'

 

You're also able to query for other hierarchy relations as well as linked issues, save the query as a filter to use in native JQL and so on.

Feel free to contact our support team if you have any doubts.

Regards,

Martin Vali
Contributor
May 29, 2025
0 votes
Answer accepted
arielei
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.
May 29, 2025

Hey @Martin Vali 

You'll need to have ScriptRunner installed:
https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=overview

Then open the "Enhanced Search" and write:
issueFunction in childrenOf("issuetype = "Improvement"")

This will return all work-items that have a parent = Improvement.

 

From there you can save the filter and call it in a regular JQL as "Filter = NAME"

 

Hope that helps.

Ariel.

Martin Vali
Contributor
May 29, 2025

@arielei thanks

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