I am using following JIRA hierarchy in my projects
Feature -> (1..n) epics -> (1..m) Stories with story points.
A feature can have multiple epics and each epic can have multiple stories within it.
I need to find out a JQL which will give me ‘Total Story Points’ for each Feature.
Is there any way in which I can do this.
Please let me know if there are any pointers.
Thanks – Umesh