I am interested in gathering the number of pull requests raised, approved and merged everyday for a bitbucket team.
Also i am interested in gathering the number of pull request raised by each member of the team.
What would be the correct way to capture these metrics
@raghav agarwal Did you figure this out?
Hello @raghav agarwal,
Unfortunately there's no team-centric UI or API for pull requests, so you'll need to check every repository to gather such stats.
UI doesn't allow to filter by date, so what you can use is REST API. There're following endpoints which might be useful:
You can combine them in a script to answer the questions you mentioned.
Let me know if you have any questions.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.