简体   繁体   English

JIRA / GreenHopper - 如何跟踪错误的演变?

[英]JIRA / GreenHopper - How to follow the evolution of bugs?

I use JIRA in Agile mode (with GreenHopper plugin).我在敏捷模式下使用 JIRA(使用 GreenHopper 插件)。 The only type of issue that can be created is a User Story, and since the "Create Sub-Task" option is enabled, I can create Tasks from a User Story that will be their parent.唯一可以创建的问题类型是用户故事,并且由于启用了“创建子任务”选项,我可以从将成为其父级的用户故事创建任务。

I'd like to follow bugs, that will be User Stories with type FeedBack (as, contrary to "standard" projects, I cannot create ER/PR records, User Story being the only one allowed):我想关注错误,这将是反馈类型的用户故事(因为,与“标准”项目相反,我无法创建 ER/PR 记录,用户故事是唯一允许的):

  • User Stories with at least a Task Ongoing should be Started应该开始至少有一个正在进行的任务的用户故事
  • User Stories with all Tasks Done should be Done too, etc完成所有任务的用户故事也应该完成,等等

I tried to define filters via JQL but it does not seem to have such a power ( project = LOL AND issuetype = "User Story" AND "Story Type" = FeedBack AND... I miss the possibility to check for Sub-tasks status).我试图通过 JQL 定义过滤器,但它似乎没有这样的能力( project = LOL AND issuetype = "User Story" AND "Story Type" = FeedBack AND...我错过了检查子任务状态的可能性)。

The JQL Tricks Plugin seems to offer such a functionnality ( hasSubtaskStatus() ), but its license has a cost... JQL Tricks Plugin似乎提供了这样的功能( hasSubtaskStatus() ),但它的许可证有成本......

Do you see/know any way?你知道/知道吗?

Thanks for your help !谢谢你的帮助 !

Have a look at the script runner plugin https://plugins.atlassian.com/plugin/details/6820看看脚本运行插件https://plugins.atlassian.com/plugin/details/6820

You can find a couple of examples how-to https://studio.plugins.atlassian.com/wiki/display/GRV/Post+Functions您可以找到几个示例操作方法https://studio.plugins.atlassian.com/wiki/display/GRV/Post+Functions

You can easily auto transition issues based on a set of business rules.您可以根据一组业务规则轻松地自动转换问题。 ie. IE。 when we implemented similar scripts, we had to take into account that a task is paused, such that the parent is affected also.当我们实现类似的脚本时,我们必须考虑到任务被暂停,这样父级也会受到影响。

Francis弗朗西斯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM