I'm using Bitbucket Server 5.7 and wanted to list all commits of a user (User ID).
I don't see any API in REST API Explorere.
Please suggest if any API is avaialble to list down API.
Hi Yuvam,
There is no such API - you can get a list of all commits in a repository using this API method and extract the author information for each commit. If you want all commits of all users, you'll have to iterate over the projects and then over all repos in each of the projects and then get the commits in each repo using the method I'm referring to above.
Cheers,
Christian
Premier Support Engineer
Atlassian
how i search commits of a specific user like my own commits list in all users profile list ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone,
There's a couple of ways to solve the issue, and we've described it here. Please, check!
Thanks,
Anastasia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.