什么是 TFS 敏捷问题?
由于 TFS2010 使用“MSF for Agile Software Development v5”流程模板,我在准确理解 Issue
是什么方面遇到了一些困难。我能找到的最具体的文档是这个。 Issue
是否是一个更高级别的项目,在对代码/需求进行一些调查后,我们可能会为其生成 Bug
?或者 Issue
与 Bug
不同,因为它实际上并没有代码错误,而更多的是设计中的关键疏忽(例如,从未尝试过)为所有日期字段创建一个日期选择器,这是一个用户体验问题,但并不是真正的错误),因此是一个更改请求?或者有什么不同吗?
With TFS2010 using the "MSF for Agile Software Development v5" process template, I'm having some difficulty in understanding exactly what an Issue
is. The most specific documentation I've been able to find is this. Is an Issue
a higher-level item for which we will probably generate a Bug
for after some investigation in code/requirements? Or is an Issue
something different than a Bug
because it has not actually a mistake in code but is more of a critical oversight in design (for example, there was never an attempt to create a datepicker for all date fields and this is a UX issue but not really a bug) and therefore a change request of sorts? Or is it something different?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为问题==障碍
I think Issue == Impediment
有问题就是有问题。经过调查后,它可能成为软件中的错误,或者更改支持它的流程和代码的任务。
An issue is a problem. After investigation it could become a bug in the software, or a task to change the process and code that supports it.