链接的问题的发行型和以取消状态的状态

发布于 2025-01-22 00:10:20 字数 257 浏览 3 评论 0原文

如何在Jira中结合这两个查询。

我想在用用户故事下获得与staus一起取消的用户故事的列表

and issuetype = Enabler  AND  issueFunction  in linkedIssuesOf("Status='CANCELLED'") 

and issuetype = Enabler  AND  issueFunction  in linkedIssuesOf("type='User Story'") 

How do combine these two queries in JIRA.

I want to get list of enablers under user stories that are with staus as CANCELLED

and issuetype = Enabler  AND  issueFunction  in linkedIssuesOf("Status='CANCELLED'") 

and issuetype = Enabler  AND  issueFunction  in linkedIssuesOf("type='User Story'") 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坚持沉默 2025-01-29 00:10:20

您可以简单地链接'essuctunction:

and issuetype = Enabler  AND  issueFunction  in linkedIssuesOf("Status='CANCELLED'") AND issueFunction  in linkedIssuesOf("type='User Story'") 

You can simply chain 'issueFunction's like:

and issuetype = Enabler  AND  issueFunction  in linkedIssuesOf("Status='CANCELLED'") AND issueFunction  in linkedIssuesOf("type='User Story'") 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文