In Bitbucket, We are trying to fetch the commit details by the commit message added by developer during commit.
I would like to know, if there is any bitbucket API which searches the commits by their commit messages and can provide commit details against the search string across repositories?
I was hoping there was an update for this. I'd like to retrieve all commits in a specific repo that contain a specific string (ticket nr in this case). Any new info on this?
Hello @lalit_nagora
Unfortunately there's no API to search across commit messages at the moment. The only feasible way I can think of would be traversing all commits and analysing them on the client side. You can instruct commits API to only return some commits as well as return specific fields for them, like only commit message and author, for instance.
Cheers,
Daniil
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.