atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Question: Get all commits on a specific branch #1376

Closed zisco67 closed 2 months ago

zisco67 commented 2 months ago

I'd like to see all commits on a specific branch, but how can it be done with get_commits? bitbucket.get_commits(project, repo, from_hash)

zisco67 commented 2 months ago

bitbucket.get_commits(project, repo, since='from_hash', until='branch_name')