github-story-points icon indicating copy to clipboard operation
github-story-points copied to clipboard

Count story points in milestones

Open koppor opened this issue 6 years ago • 5 comments

In a milestone, the story points should also be summarized.

image

koppor avatar Nov 29 '19 08:11 koppor

+1 to this request Really enjoy the extension and this feature would be super convenient

scasplte2 avatar Feb 27 '20 01:02 scasplte2

a great request (I only use projects now to add up the points using this feature...always use milestones)

atreeon avatar May 28 '20 11:05 atreeon

This one is trickier since we cannot simply rely on info from the page. We would likely need to send an API request to get all the issues in the milestone and their labels/titles and then count story points.

ericboucher avatar Aug 23 '21 15:08 ericboucher

This one is trickier since we cannot simply rely on info from the page. We would likely need to send an API request to get all the issues in the milestone and their labels/titles and then count story points.

Naively I would have said, that the points go after the open or closed label - depending on what the user selected - and "just" summarizing the content. No total sum displayed (for a first version)

Am I missing some hidden tickets then?

koppor avatar Aug 23 '21 20:08 koppor

Indeed, as a first version, we could just summarize what's available on the page. And show the number of story points on the page you have open.

On the milestone view, we either see the closed or the open issues. So to do more we would need a request, unfortunately.

ericboucher avatar Aug 24 '21 12:08 ericboucher