You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.