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

Custom Bitbucket server URL for remotes #3275

Open
I-Would-Like-To-Report-A-Bug-Please opened this issue May 9, 2024 · 0 comments
Open

Custom Bitbucket server URL for remotes #3275

I-Would-Like-To-Report-A-Bug-Please opened this issue May 9, 2024 · 0 comments
Labels
feature New feature or request triage Needs to be looked at

Comments

@I-Would-Like-To-Report-A-Bug-Please

Currently, the URL is taken dynamically from git remote and taken as the URL for the bitbucket server, which is perfectly fine if the user has ssh + https URLs under the same domain.

However assuming the user has:

  • bitbucket-ssh.domain.tld - for ssh remotes
  • bitbucket.domain.tld - for https clones and access

When user will have a repo checked out via ssh opening on remotes functionality will not work as it will try to use ssh URL.

Ideally maybe introduce new setting called customurl or something similar that would benefit of BitBucketServer type functionality but that would override hostname from the git remote.

@I-Would-Like-To-Report-A-Bug-Please I-Would-Like-To-Report-A-Bug-Please added feature New feature or request triage Needs to be looked at labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Needs to be looked at
Projects
None yet
Development

No branches or pull requests

1 participant