TFS 2017 cannot find new Work Item Type

前端 未结 1 1553
一向
一向 2021-01-26 05:43

I have just added a new work item type using the witadmin tool:

witadmin.exe importwitd /collection:\"http://mytfsserver.com:8080/tfs/myprojcol\" /p:\"myproj\" /         


        
相关标签:
1条回答
  • 2021-01-26 05:46

    It is a caching problem.

    Try running:

    witadmin.exe rebuildcache /collection:"http://mytfsserver:8080/tfs/myprojcol"
    

    Afterwards you should see your recently added WIT.

    0 讨论(0)
提交回复
热议问题