VSTS 2010 创建自定义流程模板

发布于 2024-08-07 00:07:21 字数 242 浏览 4 评论 0原文

我需要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

抚你发端 2024-08-14 00:07:21

您可以通过转到项目集合上的流程模板管理器(右键单击 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.

盗心人 2024-08-14 00:07:21

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/

幽梦紫曦~ 2024-08-14 00:07:21

您可以使用 witadmin 工具:自定义和管理工作项类型基本上

您要做的是:

  1. witadmin exportwitd ...
  2. 编辑导出的 xml 文件
  3. witadmin importwitd ...

或者您可以安装 Team Foundation Server Power Tools。在这种情况下,可以从 Visual Studio 中执行上述操作,在“工具”->“工具”中。流程编辑器:

  1. 工作项类型 ->导出 WIT
  2. 流程模板 ->打开流程模板
  3. 工作项类型 ->进口WIT

You can use the witadmin tool: Customizing and Managing Work Item Types

Basically what you do is:

  1. witadmin exportwitd ...
  2. Edit the exported xml file
  3. witadmin importwitd ...

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:

  1. Work Item Types -> Export WIT
  2. Process Templates -> Open Process Template
  3. Work Item Types -> Import WIT
失与倦" 2024-08-14 00:07:21

您可以找到有关如何执行所有操作的非常详细的视频,请参阅以下链接:
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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文