TFS 2010 中的任务截止日期
我们最近安装了 TFS 2010,并利用 Scrum 模板以敏捷的方式使用它。我们很好奇是否有一种方法可以在 TFS 中跟踪任务截止日期,以便我们可以通过仅查看截止日期为昨天和/或今天的任务来轻松运行每日 scrums。
We recently installed TFS 2010 and are using it in an agile manner by taking advantage of the Scrum templates. We were curious if there is a way to track task due date within TFS so that we can easily run our daily scrums by only looking at tasks with a due date of yesterday and/or today.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
没有截止日期字段,因为在 Scrum 方法中不需要此类信息。所有与冲刺相关的任务(冲刺待办事项)都有冲刺结束的截止日期。所有用户故事(产品积压项目)都没有截止日期,因为这是由业务优先级和团队能力驱动的 =>截止日期可能会改变每个冲刺。
There is no due date field because in Scrum methodology such information is not needed. All sprint related tasks (sprint backlog items) have due date of sprint ending. All user stories (product backlog items) have no due date because this is driven by business priority and team capacity => due date can change every sprint.
无需任何外部插件或扩展,这绝对是可能的。
请在此处了解有关该过程的更多信息。
我对 TFS 2012 服务器执行了相同的操作,也可以对 TFS 2010 服务器执行相同的操作。
我没有修改现有的任务或 Bug,而是使用以下命令
Defect.xml 添加了一个名为 Defect 的新工作项类型,该类型具有其两个属性:
It is definitely possible without any external plugins or extensions.
Read more about the process here.
I did the same for my TFS 2012 server, and the same can be done for TFS 2010 server also.
Instead of modifying the existing Task or Bug, I added a new Work Item type called Defect having both of their properties using this command
Defect.xml :
Scrum 模板在任务 WIT 上不包含“截止日期”字段。您可以按照此处的步骤轻松添加:http://msdn.microsoft。 com/en-us/library/ms243782.aspx。
模板附带的“正在进行的工作”查询应该为您提供类似的内容,您可以运行该查询并仅跟踪正在进行的工作。
The Scrum template doesn't include a "due date" field on the Task WIT. You could add one fairly easily by following steps here: http://msdn.microsoft.com/en-us/library/ms243782.aspx.
The Work in Progress query that ships with the template should give you something similar in that you can run that query and track only work that is in progress.
如果您的目标是仅通过查看任务来轻松运行日常 scrum,我建议您使用带有 TFS Web Access 的任务板。看看 Urban Turtle - http://urbanturtle.com。据 Microsoft 称,这是 TFS 的首要 Scrum 工具。
披露者:我与 Urban Turtle 团队合作。所以不要相信我的话。相反,请阅读 Microsoft 博客中有关 Urban Turtle 的内容。 http://blogs.msdn.com/search/SearchResults .aspx?q=urban%20turtle§ions=3652。
If your goal is to easily run your daily scrums by only looking at tasks, I suggest that you use a Task Board with TFS Web Access. Take a look at Urban Turtle - http://urbanturtle.com. According to Microsoft, this is the premier Scrum tooling for TFS.
Discloser: I work with the Urban Turtle team. So do not take my words. Instead, read what Microsoft blogs said about Urban Turtle. http://blogs.msdn.com/search/SearchResults.aspx?q=urban%20turtle§ions=3652.
开箱即用是不可能的,但有一个 TFS 扩展可以通过允许您设置一些规则来实现此目的,如果违反这些规则,将创建一个新的延迟工作项,并且您可以订阅在违反规则时收到通知,它可以可在任何类型的工作项上设置,
请检查:
TFS SLA 服务器扩展
TFS SLA 客户端扩展
Is not possible out of the box, but there is a TFS Extension which can accomplish this by allowing you to set some rules which if violated a new delayed workitem will be created and you can subscribe to be notified when a rule is violated , it can be set on any type of workitem
Please check this :
TFS SLA Server Extension
TFS SLA Client Extension