we need to capture the number of comments made by each developer for a specific time period.
The output desired would include the specific timeframe, developer, # of PRs, # of comments.
Is that possible?
(Please note, I'm not a developer but will pass the info on to those that are).
thank you!
Hello @Shari Callahan and welcome to the Community!
I see you have also opened a support ticket with this questios, but I'm just sharing the response here in case other users encounter the same scenario.
While we currently don't have a specific tool to generate those reports, that information is readily available in Bitbucket Cloud public API, which can be used to extract the information you are looking for
To gather that information, you could develop a script that pulls and sorts the information from our API. Here are some specific endpoints you can explore
Full list of pull request endpoints - Pullrequests
Based on that endpoint, and the others available in the public API documentation, you can build personalized scripts to pull the information you need. A helpful guide on how to query/filter the API results on some example Python scripts can be found in the article below:
Thank you, @Shari Callahan !
Patrik S
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.