You can use the Bitbucket REST API to write your own script to retrieve the comments. First, you must make a request to retrieve the list of commits in the repository. Then you must make an additional request for each individual commit to retrieve any comments that are present on that commit. Please note, our API methods are paginated so you may have to make multiple requests to retrieve all of the commits and comments. (See the API documentation for more information).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.