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

+1 to this request Really enjoy the extension and this feature would be super convenient
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.
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.