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.
as simple as the title is...
i want to use epicstories.key and filter them down to links if needed such as blocked but i dont want to see the keys i want a count of how many there are?
Is this possible?
I have tried to do a search or match "," in the field and try to count them
Any help much appreciated
Hello @Ian Porter
If you simply want to see the number of Stories of Epics you can try different approaches:
- if type="epic" : count#strict{1} for showing simply how many sub-issues are added underneath each Epic in the structure;
- epicstories.size() for showing the number of Stories in each Epic even if not all of them are added to the structure;
- if type="epic" : issueLinks.FILTER($.type ='blocks').MAP(IF $.source = this: $.destination ELSE $.source).size() if you want to count how many issues linked to each Epic with the 'blocks' link type.
I hope this helps. If you need further assistance, please feel free to contact us directly at support.almworks.com
Best regards,
Stepan Kholodov
ALM Works
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.