TFS 2010 中的工作项类型; XML 文件存储在哪里?
我正在尝试添加新的工作项类型。定义这些的 XML 文件到底在哪里?
我在解决方案资源管理器中没有看到它们,它们也不在 TFS 服务器上的文件系统中,那么它们到底在哪里?
我正在遵循 Microsoft 的说明,但是它没有说去哪里看
I am trying to add a new work item type. Where the heck are the XML files that define these?
I don't see them in solution explorer, they aren't in the file system on the TFS server, so where the heck are they?
I am following instructions from Microsoft but it doesn't say where to look
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以从团队获得这些> Team Foundation 服务器设置 ->处理模板管理器,然后下载所需的模板。然后你会在那里找到所有的 WIT。您可以编辑并创建新模板,然后上传更改后的模板。请小心重命名流程模板(在 process.xml 文件内)。
使用 WitAdmin 更改现有项目 WIT。在以后的项目中使用上面的方法。
You get these from Team > Team Foundation Server Settings -> Process Template Manager, then download the template you want. Then you'll find all the WITs in there. You can edit and create new ones, then upload the changed template. Just be careful to rename the process template (inside process.xml file).
Use WitAdmin to alter existing project WITs. Use this method above for future projects.
您有 XML 并正在尝试部署它吗?阅读您发布的链接,您似乎使用 witadmin 实用程序部署工作项类型。 witadmin 说明的链接位于您提供链接的说明的参考部分下方。
http://msdn.microsoft.com/en-us/library/dd312129.aspx
Do you have your XML and are trying to deploy it? Reading the link you posted, it looks like you deploy the work item types by using the witadmin utility. The link to instructions to witadmin is below and under the references section of the instructions you gave a link to.
http://msdn.microsoft.com/en-us/library/dd312129.aspx