ostreifel/Pull-Request-Search

TFS On-Prem changes menu

Closed this issue · 3 comments

Menu of TFS On-Prem installation changes to wrong repository type while viewing the extension/hub.
The extension/hub changes the menu from
image
to
image
I think the extension/hub switches from "Git-Menu" to "TFVC-Menu".
Note: Installed TFS version is 2015 U2 and extension version is 1.9.8

We also have this issue, with the URLs being used to link to PRs also being incorrect.

The PR URLs should be: http://TFSSERVER/tfs/COLLECTION/_git/GITREPOSITORY/pullrequest/1234

but they are directing to:-
http://TFSSERVER/tfs/COLLECTION/GITREPOSITORY/GITTEAM/_git/GITREPOSITORY/pullrequest/1234

I had the same issue with a plugin I wrote for tfs. I confirmed with MS support that it's a bug in earlier versions of tfs/vsts for code hub extensions. The only fix for this is to upgrade TFS to a newer release.

Ok, I will close this because it is now outdated.
Thanks @rstedman for sharing.