Count epicstories.key

Ian Porter January 17, 2022

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

1 answer

1 accepted

1 vote
Answer accepted
Stepan Kholodov _ALM Works_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
January 18, 2022

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
 

Ian Porter January 19, 2022

Amazing, thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events