I have a partial view (below) that lists a single feature, and all of its child Epics, and their “issue status”. How can I create a calculation of how many of the features epics have a status of Done vs total number?
The first step is to create the issue hierarchy in eazyBI to reflect the links between Feature and related epics. This step depends on how the links are used in Jira. Please, check the documentation for how to do that or contact support if you need assistance with the configuration. If you use the Jira Portfolio, you need to select the import option to create the portfolio hierarchy.
Once that is done the calculation at the feature level could be the following (Completed epics):
so that’s most of the way there, but 1) why dont the subtasks/stories that arent at 100% done show a percentage (even in your example). and 2) the math isnt working on this see my top line. It says 210 resolved, 232 created, but only 56% completed?
the reason for this behaviour is that the result of the calculation is empty if any of the measures on which the calculation in based is empty. As the formula limits the calculation to the epic issue type, the resolved epics are empty for the tasks and subtasks. The formula like this would be more general solution for the completion ratio calculation: