Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Bitbucket #10

Open
rahulpshah opened this issue Sep 13, 2019 · 1 comment
Open

Integration with Bitbucket #10

rahulpshah opened this issue Sep 13, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@rahulpshah
Copy link

Thank you for the awesome extension. Are there any plans to add support for Bitbucket?

@jaipreet-s
Copy link
Member

jaipreet-s commented Sep 13, 2019

Hi @rahulpshah!

While I'm not aware of anyone actively working on Bitbucket integration, but the extension is designed to be extensible to other VCS providers.

Each service needs to implement the PullRequestsManager interface and there is only one now for GitHub which provides GitHub PR support. For Bitbucket, we would need to implement a similar one that talks to their APIs.

In addition to this, there would be some small changes required to allow the user to select which VCS provider they would like to use.

@jaipreet-s jaipreet-s added the enhancement New feature or request label Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants