我想使用尚未映射到 TFS 中工作项的 .MPP MS Project 2007 计划,TFS 项目是空的,我的意思是根本没有工作项。我想同步,http://localhost:8080/tfs/
以便我可以将我的整个业务计划转移到 TFS 工作项,但这不起作用。我试过这样做:
打开 VS 2010 外壳:
witadmin importwitd /collection:http://localhost:8080/tfs/ /p:"MyProject" /f:"Z:\task.xml"
但我仍然无法在 MS Project 中发布到 TFS,我收到此错误:
TF80006: Team Foundation needs a work item type to publish work items. Select a work item type for the work items you have added and then try again.
我怎样才能解决这个问题?