JIRA / Greenhopper 在移动故事时移动子任务
如果我在 JIRA 中的一个故事下有一堆子任务,然后我将故事(或 Bug)标记为“已解决”(来自“进行中”),如何才能将所有子任务标记为已解决?
同样,如果我有一堆子任务,并且我将最后一个子任务从“进行中”移至“已解决”,那么如何使故事本身(或 Bug)标记为“已解决”?
谢谢!
If I have a bunch of subtasks in JIRA under a story, and I then mark the story (or Bug) as "resolved" (from In Progress), how can I make it mark all of the subtasks as resolved?
Likewise, if I have a bunch of subtasks and I move the last one from In Progress to Resolved, how can I make the story itself (or Bug) be marked Resolved?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个内置脚本的插件,允许您在解决所有子任务时过渡父级 - https://studio.plugins.atlassian.com/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Transitionparentwhenallsubtasksareresolved
这就回答了第二个问题。
第一个问题有点难回答。
我想不出有一个插件可以做到这一点,但您始终可以创建后功能插件,在父任务得到解决时解决所有子任务。您可以尝试使用脚本插件 - https://plugins.atlassian。 com/search/with?q=scripting&product=all
有一种通过子任务状态阻止问题工作流程的简单方法,这可能是处理子任务的另一种方式 - http://confluence.atlassian.com/display/JIRA/Configuring +子任务#ConfiguringSub-tasks-BlockingIssueworkflowsbySubTaskstatus
There is a plugin with built in scripts that allows you to transition parent when all sub-tasks are resolved - https://studio.plugins.atlassian.com/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Transitionparentwhenallsubtasksareresolved
That answers second question.
First question is a bit more difficult to answer.
I cannot think of a plugin that does it, but you can always create your post-function plugin where you resolve all subtasks when parent gets resolved. You can try using of the scripting plugins - https://plugins.atlassian.com/search/with?q=scripting&product=all
There is an easy way of blocking an issue workflow by sub-task status which could be another way of working with sub-tasks - http://confluence.atlassian.com/display/JIRA/Configuring+Sub-tasks#ConfiguringSub-tasks-BlockingIssueworkflowsbySubTaskstatus