Cannot open pull-request in browser for project with upper-case project key

Issue #440 open
Henno Lauinger created an issue

Using the context-menu on a diff-view in a pull-request inside visual studio code to open the pull-request in a browser produces a URL where the project key is transformed to all lower-case letters. This results in an error in Bitbucket because the project can’t be found.

For example:

  • project key: ABC
  • produced URL: https://bitbucket.example.com/projects/abc/repos/testrepo/pull-requests/123
  • correct URL: https://bitbucket.example.com/projects/ABC/repos/testrepo/pull-requests/123

Bitbucket Server version: 7.3

Visual Studio Code version: 1.46.1

Atlassian Extension version: 2.6.3

Comments (3)

  1. Log in to comment