Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is there any way to get a stream of all commit comments for the repo?

Justice McCullum May 21, 2015

Asked on Twitter to @Bitbucket

1 answer

0 votes
Justice McCullum May 21, 2015

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).

https://confluence.atlassian.com/display/BITBUCKET/commits+or+commit+Resource#commitsorcommitResource-GETalistofcommitcomments

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events