I am trying to get list of diff of commits present between two branches for reporting purpose. Suppose i need to find out commits which are present in release branch but not to prod branch . So for this i need a rest api from bitbucket which will fetch be diff of commits. Any help ?? https://bitbucket-xxx/rest/api/1.0/projects/MyProject/repos/repos1/compare/diff?from=release&to=prod
But it is not giving a proper output. I guess i am not using proper rest api .