Usually with a "Developer command prompt for Visual Studio" you can directly use witadmin tool for administering TFS Work item changes as the "developer command prompt" adds the required environment variables.
witadmin for VS 2017 path is different than the previous versions. And this new path is not set with the "2017 developer command prompt". I have to use the witadmin.exe path in the 'developer command prompt'. Has Microsoft missed to update the corresponding batch file to set the new path to witadmin?
I am currently setting the new path with below command in the developer command prompt:
set "PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\TeamExplorer\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;%PATH%"
15.6.4
and15.8.1
both working as expected. Cannot reproduce your issue. – Andy Li-MSFT