English 中文(简体)
• 出版TFS项目计划
原标题:Can t publish project plan to TFS

我想要利用2007年MPP管理计划,该计划尚未规划到TFS的工作项目,而TFS项目是空的,我指的是根本没有工作项目。 我愿与<条码>同步:http:// localhost:8080/tfs/。 因此,我可以把我的整个业务计划转至TFS的工作项目,但这项工作并不奏效。 我努力这样做:

开放式VS 2010奖章

witadmin importwitd /collection:http://localhost:8080/tfs/ /p:"MyProject" /f:"Z:	ask.xml"

但是,我仍然能够向土耳其家庭保健局公布管理项目,我发现这一错误:

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.

我如何确定这一点?

最佳回答

我已经解决这个问题:

  1. Download and install the Team Foundation Server Power Tools plugin for VS2010 here.
  2. Under Tools > Process Editor > Work Item Types > Open WIT from Server to obtain the work item type from a TFS project on your TFS server. I selected "Task".
  3. Publish again, this time edit the lines that have validation errors. The fields in yellow will have to be changed accordingly. Or, you can disable validation by following these steps.
问题回答

One of gotchas that bit me was that I did not set the Work Item Type in Project. Once I set it to Task I was able to publish my schedule to TFS.

“entergraph





相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签