Hey there,
We don't really provide a way to do this natively but it's possible to get the pull request's comments using the Bitbucket API. I believe you can use this one: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pullrequests/%7Bpull_request_id%7D/comments
You can run some sort of loop in a bash script and get all the comments using the GET method as described in the page I've linked above.
Hey Nagaraj,
You don't actually install the method or anything, what you do is you go to your local terminal (aka your cmd or bash) and run the command according to your needs.
Starting from the documentation I've provided before you should be able to write a custom bash/batch script which will go through a loop and get all comments from the pull request you wish. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Leonardo,
I went through the link, but I am not able to understand. Below is my bitbucket link, where I am able to see the inline review comment. Could you please help me how to get those inline review comments. Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nagaraj, have you got the solution?
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.