如何模拟“愿望清单"和“错误列表"在JIRA工作流程中? [英] How do I simulate "Wish List" and "Bug List" in JIRA workflow?

查看:71
本文介绍了如何模拟“愿望清单"和“错误列表"在JIRA工作流程中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在JIRA工作流程中模拟愿望清单"和错误清单"? 应该是国家还是解决方案?

How do I simulate "Wish List" and "Bug List" in JIRA workflow? Should they be states, or resolutions?

愿望清单"和错误清单"问题从常规错误(或功能)开始.在解决为无法修复"之后,它们最终出现在错误列表/愿望清单中.例如,此错误将不会在下一版本中修复.我们不知道将在哪个版本中修复该问题.

"Wish List" and "Bug List" issues start as regular bugs (or features). They end up on the bug list/wish list after being resolved as Won't Fix. For example this bug will not be fixed in the next release. We don't know in which release in will be fixed.

推荐答案

您可以同时使用.这取决于您的需求以及您希望如何设置工作流程.

You could use both. that depends on your needs, and how you would like to set up your workflow.

如果选择resolution字段,则将问题标记为Won't Fix后,就可以从问题列表中将其过滤掉.要获取与Won't Fix有关的所有问题的列表,可以使用followint JQL:

If you choose the resolution field, once an issue is marked as Won't Fix you could filter it out from your list of issues. to get the list of all issues with Won't Fix you could use the followint JQL:

project = TEST AND resolution = "Won't Fix" and issuetype = Bug
project = TEST AND resolution = "Won't Fix" and issuetype = "Feature Request"

一旦准备好解决该问题,您可以将resolution更改为open或类似的方法,以使其再次处于活动状态.要控制用户何时可以将问题设置为Won't FixOpen,您需要在相关屏幕中显示/隐藏此字段.

Once ready to work on that issue, you could change the resolution to open or something like that, to make it active again. To control when the users can set an issue to Won't Fix or Open you need to show/hide this field in the related screens.

另一方面,通过使用Won't Fix作为状态,问题的过滤是相似的:

On the other hand, by using a Won't Fix as a status, the filtering of issues is similar:

project = TEST AND status = "Won't Fix" and issuetype = "Feature Request"

要使用户能够将问题从给出状态设置为Won't Fix状态,您需要创建从第一个状态到Won't Fix的过渡.同样,您需要创建从Won't Fix状态向外过渡到您希望问题继续进行的任何状态的过渡.

To allow the users to be able so set the issue to Won't Fix status from a give status you need to create transitions from the first status to Won't Fix . As well, you need to create transitions from the Won't Fix status outward to any status you want the issue to go to next.

基本上,主要区别不是将问题标记为Won't Fix,而是清除该标记.在第一种方法中,问题状态不必更改,因此一旦更改Won't Fix,问题就可以从其当前状态恢复为活动状态.在第二种方法中,所有问题都将处于相同的状态,而与它们以前所处的状态没有任何关系,并且所有问题都将能够进入相同的状态.

Basically, the main difference is not by marking the issues as Won't Fix, but in clearing that mark. In the first method, the issue status doesn't have to change, so once the Won't Fix will be changes the issue can return to be active from his current status. In the second method all issues will be in the same status, without any relation to which status they used to have, and all of them will be able to go to the same statuses.

这篇关于如何模拟“愿望清单"和“错误列表"在JIRA工作流程中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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