2
votes

We are working on building report/dashboard which helps to find the number of code commits, number of pull requests per day, within a particular range etc. We are using https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-5.1

  • Is there any existing product (Both paid and free) available?
  • What is the right REST API to get the number of files/lines added per commit, per PR
1

1 Answers

1
votes

Yes there is a rest API available,

  • You can use Pull Requests - Get Pull Requests and filter out the results by Date
  • Number of lines added per commit can be obtained using by Get Commmits