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.