Reputation: 3312
I am using VSTS, I would like to do analysis of Pull requests (PR) for the following
How many of them are approved/approved with suggestions/rejected, Abandon.
How many PR got review comments, how many of them do not have any review comments
Which reviewer gave most of the comments, which developer got most of the review comments etc.
Is there any existing tool or feature of VSTS to achieve this?
Atul
Upvotes: 0
Views: 571
Reputation: 472
It looks like the easiest way to do this, would be to use SonarCloud, see here: https://sonarcloud.io/about/sq/branch-analysis-and-pr-decoration
Other than that, I think you would need to make use of the REST Api's in TFS/VSTS/Azure Devops for this. https://learn.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-5.0
Upvotes: 1