You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bitbucket integration mentions that the API endpoint can be changed with a env var, but that won't work as self-hosted instances use a completely different REST API compared to the cloud version.
It seems Atlassian splits the APIs between Cloud and Server (self-hosted). Definitely the Cloud version looks much more like a newer and simple API, so I guess they kept the old API for self-hosted instances for backward compatibility.
Therefore, a dedicated extra remote is needed that can handle the older API.
I already prepared the changes locally, but wanted to create an issue for it as well so it can be tracked an associated later.
Steps To Reproduce
Have a self-hosted instance of Bitbucket
Create project
Run git-cliff with the repo configured for the bitbucket integration
All API requests fail
Expected behavior
The API requests should work as expected and git-cliff associate the PRs with commits.
Screenshots / Logs
No response
Software information
Operating system: Arch Linux
Rust version: 1.79.0
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description of the bug
The Bitbucket integration mentions that the API endpoint can be changed with a env var, but that won't work as self-hosted instances use a completely different REST API compared to the cloud version.
It seems Atlassian splits the APIs between Cloud and Server (self-hosted). Definitely the Cloud version looks much more like a newer and simple API, so I guess they kept the old API for self-hosted instances for backward compatibility.
Therefore, a dedicated extra remote is needed that can handle the older API.
I already prepared the changes locally, but wanted to create an issue for it as well so it can be tracked an associated later.
Steps To Reproduce
bitbucket
integrationExpected behavior
The API requests should work as expected and git-cliff associate the PRs with commits.
Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: