Hi guys,
I need a column for the total number of children (Stories) for each Epic in my JIRA structure.
First of all, my structure looks like this:
For information, I added Group by Component/s in automation, so there are groups of Component/s under each Epic and Stories are placed under groups according to its Components.
What formula can I use to calculate the total number of Stories?
What I used to use for Story # before implementing groups of Components was:
IF issuetype = "Epic":
SUM#children{IF issuetype = "story": 1}
But after implementing groups of Components, the formula is not working now.
Any solutions?
Hello @Caleb Park
Removing the #children modifier from the formula should help - then all sub-issues under each Epic will be considered. The #children modifier puts focus strictly on direct sub-issues of Epics which are folders in this case.
If you need help with the formula - please reach out to us at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One additional question!
What formula can I use for putting the # of Children of each Group??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is what I am trying to use in Formula: (I want the number of Children (Story and Task) for each Epic and group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.