如果 Story 为 'In Progress',则无法关闭 Epic

Epic cannot be closed if Story is 'In Progress'

如果 Epic 中的故事处于打开或进行中状态,我需要找到一种方法来限制 EPIC 显示关闭过渡。 我只有脚本运行器插件。 这里的解决方案:http://www.adaptavist.com/w/jira-genius-ensuring-that-epics-are-only-closed-when-stories-are-complete/ 不起作用,因为它也涉及 JMWE。

谢谢磨坊。

您在哪里看到您需要 JMWE?

如果您有脚本条件,那么您所要做的就是:

Place the script as a condition on the transition(s) to Done for your workflow that is used by Epics and you will no longer experience Epics being closed before all Stories are complete.

(引用自您提供的link)