Un-estimated stories

Hi,

I am looking to create a report and as part of it I want to know the number of stories that form part of an epic that do not have any user story points attached to it.

There doesn’t seem to be a measure for this. Can someone please help me, or provide some guidance on how I can create a custom measure, if this is possible?

Thanks,

Kyle

I asked a similar question a while back – here’s the crux of the answer that I received:

To get a count of issues without story points, you can build a calculation as a count of all Issues created minus issues with story points (for it you may use a hidden measure Issues with Story Points created ):
[Measures].[Issues created] - [Measures].[Issues with Story Points created]

Full details here.

1 Like