Page MenuHomePhorge

How to analyze each member story points data
OpenPublic

Asked by littleggghost on Mar 1 2024, 13:21.

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

20after4
Updated 36 Days Ago

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.

New Answer