Forums

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

How to find children with certain issue type only

Falguni Patel
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!
July 16, 2020

Our hierarchy is 

Initiative-->Feature-->Epic-->Story

We see some data discrepancies where a Story is directly linked to a Feature instead of linked to Epic.

If I want to know how many such Features do we have where Story is directly linked to a Feature(listed as a child instead of grand child)  - How do I do that ? 

1 answer

0 votes
Tuncay Senturk _Snapbytes_
Community Champion
July 18, 2020

Hi @Falguni Patel 

Welcome to the community.

If you are using Script Runner, you can try a JQL similar to below one. 

type = Feature and issueFunction in linkedIssuesOf("type = Story", "link-name-to-story")

 Hope it helps

Tuncay

Suggest an answer

Log in or Sign up to answer