如何在TFS上记录项目的建议 [英] How to record a suggestion for a project on TFS

查看:60
本文介绍了如何在TFS上记录项目的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我目前正在测试软件,我需要以某种方式记录改进正在开发的软件的建议。

I am currently testing a software and I need to somehow record a suggestion for improving the software being developed.

我不想创建一个bug,因为它不是一个bug,而是一个改进的想法,我不想创建任务或用户故事,因为我不是项目经理而且不想要干扰产品积压。

I don't want to create a bug as it is not a bug as such, rather an idea for improvement and I don't want to create a task or a User Story as I am not the project manager and don't want to interfere with the product backlog.

我已经向产品开发经理发送了一封电子邮件,但很可能会忘记它,因为它没有在项目中跟踪。

I have sent an email to the product development manager but there is a good chance it will be forgotten as it is not tracked on the project.

有没有人找到一种方法来记录这样一个项目,使其不被遗忘,同时不会分散产品开发团队的注意力,直到它是正确的是时候看一下了吗?

Has anyone found a way to record such an item in a way that it is not forgotten and at the same time not distracting the product dev team until it is the right time to look at it?

我虽然用标签"建议"创建了一个错误但是错误会使项目的统计数据出现偏差。

I have though of creating a bug with the tag 'suggestion' but being a bug will skew the statistics for the project.

我希望这是有道理的,如果不是,我很乐意再次解释。

I hope this makes sense, if not I'm happy to explain again.

谢谢

推荐答案

嗨Sylvain30,

Hi Sylvain30,

感谢您在此发帖。

从您上面的帖子看来,似乎你认为"虫子"是什么?工作项目类型最符合您的要求。但使用Bug会对您的统计数据产生影响。我的建议是你可以创建一个名为"Suggestion"的新工作项类型。类似
到 ""Bug"。

From your post above, it seems that you think the "Bug" workitem type meets your require the most. But using Bug will have an effect on your statistics. My suggestion is that you could create a new workitem type named "Suggestion" similar to "Bug".

要创建新的工作项类型,例如"Bug": https://www.visualstudio.com/en-us/docs/work/customize/add-modify-wit#add-or-modify-a -wit-tfs

To create a new workitem type like "Bug":https://www.visualstudio.com/en-us/docs/work/customize/add-modify-wit#add-or-modify-a-wit-tfs

1. 使用 witadmin
exportwitd命令
导出Bug的工作项定义文件。

1. Using witadmin exportwitd command to export the workitem definition file of Bug.

2。在您导出的xml文件中,更改< WORKITEMTYPE name =" Suggestion">。并添加一些您想要的字段或删除一些您不需要的字段。

2. In the xml file you exported, change the <WORKITEMTYPE name="Suggestion">. And add some fields you want or remove some fields you doesn't need.

3。使用witadmin importwitd命令导入新的工作项定义文件。

3. Using witadmin importwitd command to import the new workitem definition file.

最好的问候


这篇关于如何在TFS上记录项目的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆