I would like to be able to extract all epics in the project , where the parent is Feature (linked via Child To link type)
Can someone help on the JQL query
Thanks
If it's one single Feature, this should work...
issue in childIssuesOf("ABC-1") and issuetype = Epic
^ ABC-1 would be the key for your Feature.
---
This is assuming Epic is below Feature in the hierarchy (i.e a parent/child relationship, using Parent Link) - is this how your instance is setup?
Ste
Thanks , how i can get for all issue which issue type is FEATURE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to confirm, you want to get all Epics which have a Feature parent?
Is Feature the only issue type on the hierarchical level above Epic?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.