-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
+1 to this request |
a great request (I only use projects now to add up the points using this feature...always use milestones) |
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? |
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. |
In a milestone, the story points should also be summarized.
The text was updated successfully, but these errors were encountered: