Bitbucket plugin: Support for bitbucket Datacenter/server
#24,188 opened on Aug 4, 2023
Repository metrics
- Stars
- (32,880 stars)
- PR merge metrics
- (Avg merge 6d 5h) (318 merged PRs in 30d)
Description
Summary
Currently the Bitbucket plugin only supports connecting to Bitbucket Cloud due to hardcoding the Cloud URL, as noted here https://github.com/mattermost/mattermost-plugin-bitbucket/issues/6#issuecomment-1663485232. We also want to be able to support self-hosted Bitbucket servers.
The task here is to instead support a custom URL via plugin configuration setting.
A Bitbucket server can be spun up via docker image here https://hub.docker.com/r/atlassian/bitbucket-server. It would also be welcomed to introduce a docker-compose.yml file to the plugin repo to make it easier for others to spin up a new server, similar to https://github.com/mattermost/mattermost-plugin-jira/blob/master/docker-compose.yml
Please see plugin development documentation here for information on contributing https://developers.mattermost.com/contribute/more-info/plugins/
Ticket Link
Original issue in Bitbucket plugin repo https://github.com/mattermost/mattermost-plugin-bitbucket/issues/6