visual-studio 如何在 TFS/Visual Studio 的 Scrum 模板中创建 Sprint 工作项?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3806438/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do you create a Sprint Work Item in the Scrum Template in TFS/Visual Studio?
提问by user128807
This pagetalks about a Sprint Work Item in the Scrum Template in TFS/VS2010.
本页讨论 TFS/VS2010 中 Scrum 模板中的 Sprint 工作项。
However, I cannot figure out how to create a Sprint Work Item. What is the menu option I'm supposed to click? Where do I find this Sprint Work Item?
但是,我无法弄清楚如何创建 Sprint 工作项。我应该点击的菜单选项是什么?我在哪里可以找到这个 Sprint 工作项?
采纳答案by DancesWithBamboo
Top Menu -> Team -> New Work Item -> Task
顶部菜单 -> 团队 -> 新工作项 -> 任务
You have to be connected to a TFS Server to see the menu (Use the Team Explorer window to do this).
您必须连接到 TFS 服务器才能看到菜单(使用团队资源管理器窗口来执行此操作)。
回答by Stu1986C
With the latest version of TFS you can add a Sprint as follows:
使用最新版本的 TFS,您可以按如下方式添加 Sprint:
- Click the Settings 'cog' in the top-right corner of the screen
- Click Iterations tab
- Select the parent level that you wish to add the Sprint to
- Click New Child and add the Sprint name as you wish
- 单击屏幕右上角的设置“齿轮”
- 单击迭代选项卡
- 选择您希望将 Sprint 添加到的父级别
- 单击“新建子项”并根据需要添加 Sprint 名称
回答by Mario Cardinal
I suggest that you use Urban Turtle. It adds a web client to the TFS Scrum template. Adding or editing the sprint work item is very easy with Urban Turte. According to Microsoft, the premier Agile tooling for TFS is Urban Turtle. Discloser: I work with the Urban Turtle team. So do not take my words. Instead, read what Brian Harry, who is the Product Unit Manager for Team Foundation Server, said about Urban Turtle: "...awesome Scrum experience for TFS."You can read Brian Harry's blog post here
我建议你使用Urban Turtle。它将 Web 客户端添加到 TFS Scrum 模板。使用 Urban Turte 添加或编辑冲刺工作项非常容易。根据微软的说法,TFS 的首要敏捷工具是 Urban Turtle。披露者:我与 Urban Turtle 团队合作。所以不要相信我的话。相反,请阅读 Team Foundation Server 产品部门经理 Brian Harry 对 Urban Turtle 的评价:“...TFS 的 Scrum 体验很棒。” 您可以在此处阅读 Brian Harry 的博客文章

