Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count story points in milestones #11

Open
koppor opened this issue Nov 29, 2019 · 5 comments
Open

Count story points in milestones #11

koppor opened this issue Nov 29, 2019 · 5 comments

Comments

@koppor
Copy link
Contributor

koppor commented Nov 29, 2019

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

image

@scasplte2
Copy link

scasplte2 commented Feb 27, 2020

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

@atreeon
Copy link

atreeon commented May 28, 2020

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

@ericboucher
Copy link

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.

@koppor
Copy link
Contributor Author

koppor commented Aug 23, 2021

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?

@ericboucher
Copy link

ericboucher commented Aug 24, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants