-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: API - REST
-
None
-
0
-
2
Feature request to enable customers to query using our REST API for commits within all branches and get latest commit made considering all branches.
Current endpoint below doesn't allow such functionality. This could have performance impacts to query from all commits in all branches, so this needs to be evaluated and implemented if feasible in newer versions of Bitbucket.
https://<BASE_URL>/rest/api/latest/projects/<ProjectKey>/repos/<RepoSlug>/commits
Similar Feature Request has been rejected in the past due performance implications:
BSERV-5363 - The stash REST API does not have something to query all commits across all branches between two given dates