VSTS 2010 创建自定义流程模板
我需要使用 VSTS 2010 Beta 1 创建自定义流程模板。鉴于我没有在 VSTS 2008 中使用模板,我什至不知道从哪里开始。 TFS 和 VS 2010 均已安装和配置。
首先,我尝试创建一个测试项目并选择一个内置模板“MSF for Agile Software etc”。我想尝试修改(定制)它,但不知道该怎么做。我到处搜索,但找不到有关如何从头开始开发流程模板的示例/演练/提示/帮助。抱歉,我的解释很混乱,但我有点非常沮丧......
I am required to create a custom Process Template on using VSTS 2010 Beta 1. Given that I did not use templates in VSTS 2008 I am not even sure where to start. The TFS and VS 2010 are all installed and configured.
First I tried to create a test project and selected a built-in template "MSF for Agile Software etc." I wanted to try to modify (customize) it to begin with but was not sure how to do it. I searched high and low but could not find a sample/walkthrough/hint/help on how to develop a process template from scratch. Sorry for the messy explanation but I am kind of VERY frustrated...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以通过转到项目集合上的流程模板管理器(右键单击 TFS 资源管理器中的集合,Team Foundation 服务器设置 -> 流程模板管理器)来执行此操作,
选择要修改的模板,然后单击下载按钮。在本地系统上重命名和修改,然后使用相同的工具再次上传到服务器。
You can do this by going to Process Template Manager on your collection of the projects (right click on collection in TFS explorer, Team foundation server settings -> Process Template Manager)
Select template you want to modify and click download button. Rename and modify on your local system and upload with the same tool again to the server.
Team Foundation Server Power Tools 2011 年 8 月的正确链接:http://visualstudiogallery。 msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f
安装这个,然后你可以去工具-> Visual Studio 中的流程编辑器。以下是入门教程:http://tedgustaf.com/en/blog/2011/1/how-to-customize-tfs-2010-work-items-and-workflows/
Correct link to Team Foundation Server Power Tools August 2011: http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f
Install this, then you can go to Tools -> Process Editor in Visual Studio. Here is a tutorial for getting started: http://tedgustaf.com/en/blog/2011/1/how-to-customize-tfs-2010-work-items-and-workflows/
您可以使用 witadmin 工具:自定义和管理工作项类型基本上
您要做的是:
或者您可以安装 Team Foundation Server Power Tools。在这种情况下,可以从 Visual Studio 中执行上述操作,在“工具”->“工具”中。流程编辑器:
You can use the witadmin tool: Customizing and Managing Work Item Types
Basically what you do is:
Or you can install Team Foundation Server Power Tools. In this case, the operations above can be performed from Visual Studio, in Tools -> Process Editor:
电动工具就是您正在寻找的
http://visualstudiogallery.msdn.microsoft.com/ en-us/3e8c9b68-6e39-4577-b9b7-78489b5cb1da
Power Tools is what you are looking for
http://visualstudiogallery.msdn.microsoft.com/en-us/3e8c9b68-6e39-4577-b9b7-78489b5cb1da
您可以找到有关如何执行所有操作的非常详细的视频,请参阅以下链接:
http://mohamedradwan.wordpress.com/2011/ 10/06/customize-tfs-process-2010-video/
You can find very detailed video on how to do everything, see the following link:
http://mohamedradwan.wordpress.com/2011/10/06/customize-tfs-process-2010-video/