atlassian-api / atlassian-python-api

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

[BitBucket Cloud] Unable to obtain commits of a PR #1251

Open themightywolfie opened 9 months ago

themightywolfie commented 9 months ago

There is an API available to obtain commits in a PR https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pullrequests/#api-repositories-workspace-repo-slug-pullrequests-pull-request-id-commits-get

But there is no corresponding function in the PullRequest object.

I want to obtain the list of commits in a PR

I am using the latest version of the library