I can list all commits for a given file and each commit's checkin comment. How to list the code review comment that were done during pull request for Bitbucket cloud?
look for info:
1. filename
2. reviewers name (or info)
3. code reviews
Thanks!
Hi @aliang
One solution would be to query all pullrequests for a given repo to retrieve all pullrequests.
After that for each pullrequest you can retrieve its activity which will provide information about the comments, reviews.
Cheers
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.