JIRA 并查找关闭但具有开放子元素的父元素
我想做一些 JIRA 清理,我想监视我是否关闭了父元素,但它实际上仍然有一个或多个打开的子元素。我有一个 JIRA 项目,其中包含许多问题类型和多种链接父级的可能性 - 可以通过正常的 Epic Link
,也可以使用 Parent Link
,然后作为 子任务
。
我理想想要的是获取一份标记为 Status=Done
的父级列表,但其中有一个或多个开放的“子级” - 无论该子级 issueType< /code> 可能是。
我尝试了各种方法,但没有得到我想要的结果。例如,我尝试过:
project="MyProject" AND issuesFunction in subtasksOf("filter=1000") AND returned is EMPTY
filter=1000
包含以下内容:
project="MyProject" AND issuestype=Epic AND Status=Done
据我所知,这种工作,因为它返回打开的 Sub-task
元素,但是有存在多个问题这种方法。首先,它只返回子任务
问题类型+它仅在Epics上触发+它列出子元素而不是父元素。还有故事
问题,我知道这些问题在打开时也应该被触发!?
任何人都可以提示如何解决这个问题吗?我不确定我们的 JIRA 系统中有什么样的扩展。
I want to do some JIRA cleaning, where I want to monitor if I have closed a parent, but where it actually still have one or more open child elements. I have a JIRA project with many issue types and several possibilities to link a parent - either via the normal Epic Link
, but also with Parent Link
and then as a Sub-task
.
What I ideally want, is to get a list of parents that are marked as Status=Done
, but where it has one or more open "children" - whatever that child issueType
may be.
I have tried various methods, but not with the result I want. For example I have tried this:
project="MyProject" AND issueFunction in subtasksOf("filter=1000") AND resolved is EMPTY
filter=1000
contains this:
project="MyProject" AND issuetype=Epic AND Status=Done
As far as I can see, then this kind of work, as it returns Sub-task
elements that are opened, but there are multiple problems in this approach. First of all then it only returns Sub-task
issue type + it triggers only on Epics + it lists the child elements and not the parents. There are also Story
issues, that I know also should get triggered by this as they are opened!?
Can anyone give a hint for how this maybe could be solved? I am not sure what kind of extensions we have in place in our JIRA system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论