In Azure DevOps, I need to pull a report of the work done by person in order to distribute payments between team members.
Since the VSTS does not support rollup of the Effort directly:
I suggest you use query to pull out the report of effort for all teams first, then download this report and roll up the effort by person.
Note: This steps is very import, this can help for pull out a report which contains the Effort field.
In the value of State
, just input the states which represent the work done in your project. For me, there has 2 states can represent the work has been done: Done
and Closed
. For Assign to
, you could specify the group(s)
name which cover the all person you want to check in value blank.
Export to CSV
: