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

[Bitbucket] Split pull request activities url for Cloud and Server #1336

Closed SkylerSalvato closed 4 months ago

SkylerSalvato commented 4 months ago

The latest release of the atlassian-python-api package modified the pull_request_activities url to use the activity endpoint which matches the Bitbucket Cloud API. However, the latest Bitbucket Server API still uses the activities endpoint. These changes fix the method to switch between the two endpoints as appropriate using the cloud attribute.