Hi
I need to show the number of stories linked to an EPIC in my Structure. Is there a formula vailable that returns the count of stories linked to an EPIC
Hello @SundaraPandian SundaraPandian ,
David from ALM Works here. Welcome to the Community!
Please give this formula a try:
IF issuetype = "Epic":
SUM#children{IF issuetype = "story":
1
}
It assigns a 1 to each Story in the structure and then it SUMs these at the Epic level, effectively giving you a count of how many Stories are under each Epic.
Please let me know if it helps!
Best,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @SundaraPandian SundaraPandian. It looks like you are looking for Structure Formula help. I've asked my colleagues to have a look at your post, so someone should be with you shortly, here.
For a quicker response, you can always reach out to the Structure support team via structure@almworks.com.
Best,
-dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @SundaraPandian SundaraPandian
Welcome to the community !!
If you are fine with a mktplace app, you can have a look at
The app shows the child tasks types and their count at each hierarchy level across projects as shown below.
You can also generate insights such as:
- View the full Jira Issue Type hierarchy of Linked issues,
Portfolio/Advanced Roadmaps, Epics, and Subtasks up to 10 levels.
- % complete based on time spent and story points at each hierarchy level
- Sum up Time Spent, Org Estimate, Time Rmng, custom number
fields
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.