Forum Discussion
Devops Pull Request Reporting (Power BI Dashboard/ Report)
Is there a way to be able to report on Pull Requests direct from a link to Azure Devops/VSTS?
I've spent a little time searching around the depths of Google and so far I've not been able to find anything that will assist me.
Thanks
4 Replies
- v-cherch-msft
Microsoft Employee
Hi Anonymous
I would suggest you submit this issue on Azure DevOps community to get more further help. Please check if below articles could help you.
https://docs.microsoft.com/en-us/azure/devops/report/powerbi/data-connector-connect?view=vsts
https://azure.microsoft.com/en-us/services/devops/reporting/
Regards,
Cherie
- AnonymousNot applicable
In the end we managed to obtain this through the REST API for our DevOps projects and pulled the data through to a table we created in SQL Server.
Thanks,
Max
- huggy14392New Member
Looking for the same type of Pull Request information from Azure Dev Ops. Specifically, the number of times that each pull request was voted "Wait or author", or "Reject". Any way to get this information?
Thanks,
Matt
- TaenadaNew Member
You can use Azure DevOps REST API to get PRs information to Power BI
https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests?view=azure-devops-rest-7.1
You can check if this small tutorial can help
https://note.datengineer.dev/posts/how-to-build-a-successful-data-warehouse-project/