gpt4 book ai didi

jira - 过滤以检索我在过去 7 天内在评论中提到的所有 JIRA 问题

转载 作者:行者123 更新时间:2023-12-04 15:33:01 27 4
gpt4 key购买 nike

我正在尝试设置一个 JIRA 过滤器来查找过去 7 天内所有提及我(currentUser()) 的内容。我很接近下面的搜索,但它仍然给我所有提到我的问题,并且在过去 7 天内更新。这是更多。 :) 我想要在过去 7 天内在评论中提到我的所有问题。

comment ~ currentUser() AND issueFunction in commented(“after -7d”) 

感谢您的帮助!

最佳答案

您是否尝试过类似这样的查询?

(text ~ currentUser()) AND updatedDate >= -7d ORDER BY updated DESC

它给了我在过去 7 天内的所有提及。但也在描述中提到(在 this blog post 上找到)。

关于jira - 过滤以检索我在过去 7 天内在评论中提到的所有 JIRA 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32081836/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com