Where can I find information on how Bitbucket generates the ID for commits?
Try refering to this page: https://developer.atlassian.com/server/bitbucket/rest/v903/intro/#about
Look for the Structure of the REST URIs
For example, the following URI would retrieve a page of the latest commits to the jira repository in the Jira project on https://bitbucket.example.com
https://bitbucket.example.com/rest/api/1.0/projects/JIRA/repos/jira/commits
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.