pull-requests
pull-requests copied to clipboard
Integration with Bitbucket
Thank you for the awesome extension. Are there any plans to add support for Bitbucket?
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.