pull-requests icon indicating copy to clipboard operation
pull-requests copied to clipboard

Integration with Bitbucket

Open rahulpshah opened this issue 5 years ago • 1 comments

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

rahulpshah avatar Sep 13 '19 23:09 rahulpshah

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 avatar Sep 13 '19 23:09 jaipreet-s