Details
Firstly, I enable the story points via
config/edit/maniphest.points/
Secondly, I set different points in different tasks.
Thirdly, I want a sum of each user story points.
I tried to use
maniphest/query/advanced/
The problem is, "story points" isn't an option that can be checked, and the "Query" options is only for texts.
Is there a way to achieve that conveniently? Or use conduit?
Thanks in advance!
Answers
The maniphest.search conduit method does return the points field.
A few years ago I built some reporting and analysis tools for wikimedia's Phabricator fork. Some of that code might be viable, though it's not very modular and it's somewhat rudimentary. You can see it in action here: https://phabricator.wikimedia.org/project/reports/20/
The source for all of that is open source and somewhat ironically hosted in wikimedia's gitlab instance.