mattermost/mattermost

Bitbucket plugin: Support for bitbucket Datacenter/server

Open

#24,188 opened on Aug 4, 2023

View on GitHub
 (10 comments) (4 reactions) (1 assignee)TypeScript (7,823 forks)batch import
Area/IntegrationsDifficulty/1:EasyDocs/NeededEnhancementGood First IssueHacktoberfestHelp WantedTech/Go

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

Contributor guide