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 ?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.