Describe the bug
The Plugin is installed locally on an AzureDevOps Server 2019 (on premise).
All the PRs are listed correctly. But when I click on the PR, the link to the PR is incomplete.
The regular URL Scheme is http://[DevOpsServer]:8080/tfs/[collection]/[teamproject]/_git/[repository]/pullrequest/[pr]
The current URL of the PR manager is: http://[DevOpsServer]:8080/tfs/[collection]/[teamproject]/_apps/hub/caribeiro84.pull-request-manager-hub.view
But the Link points to http://[DevOpsServer]:8080//[teamproject]/_git/[repository]/pullrequest/[pr]
The iis Application Path and the collection name are missing.
Do I have to configure something or is this a bug?
Describe the bug The Plugin is installed locally on an AzureDevOps Server 2019 (on premise). All the PRs are listed correctly. But when I click on the PR, the link to the PR is incomplete. The regular URL Scheme is
http://[DevOpsServer]:8080/tfs/[collection]/[teamproject]/_git/[repository]/pullrequest/[pr]
The current URL of the PR manager is:http://[DevOpsServer]:8080/tfs/[collection]/[teamproject]/_apps/hub/caribeiro84.pull-request-manager-hub.view
But the Link points tohttp://[DevOpsServer]:8080//[teamproject]/_git/[repository]/pullrequest/[pr]
The iis Application Path and the collection name are missing.Do I have to configure something or is this a bug?