-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
my company uses Jira cloud, but a local BitBucket server (not bitbucket.org) - does this plugin support that model? I can't seem to get it to work. I've changed the bitbucket_hosts in the sublime settings to have our local BB server's URL instead of bitbucket.org, and the plugin does successfully open a web page to our BB server, but I keep getting a 404 "Oops, you've found a dead link" dead page result.
One cause of this was the regex you're using to determine the host+repo from the result of git remote -v (we use git) doesn't account for a non-default git SSH port messing up the regex match, but even fixing that doesn't get me to a real result web page. I assume the URL scheme used for finding stuff in local BB server instances is different than the URL scheme used for the bitbucket.org cloud one, but is it even technically possible for me to fix this plugin to make it work with local BB server?
Thanks in advance!