cribeiro84 / azure-devops-pull-request-hub

Azure DevOps Pull Request Manager Hub
MIT License
59 stars 35 forks source link

URL Link to the PR is incomplete #204

Open smuddy opened 3 years ago

smuddy commented 3 years ago

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?

DanielLessard-eaton commented 3 years ago

Same issue seen here with ADS 2020 on premise.

cribeiro84 commented 3 years ago

Thanks for both of you for raising this issue, I will try to find some buffer to work on this.