Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Jira 8.5.0中获取特定用户的评论_Jira_Jql - Fatal编程技术网

在Jira 8.5.0中获取特定用户的评论

在Jira 8.5.0中获取特定用户的评论,jira,jql,Jira,Jql,我使用Jira服务器,我试图在使用JQL的高级搜索中获得特定用户的评论。我不想使用插件。在我看到的其他帖子中,大部分都是针对Jira Cloud的,我尝试了以下内容: comment~user.name、comment~user.name、comment~currentUser、comment~currentUser oerderberby createdDate DESC或commentedby userin和posts中的issueFunction 但是,这些都没有返回结果,我看到的是: 未

我使用Jira服务器,我试图在使用JQL的高级搜索中获得特定用户的评论。我不想使用插件。在我看到的其他帖子中,大部分都是针对Jira Cloud的,我尝试了以下内容:

comment~user.name、comment~user.name、comment~currentUser、comment~currentUser oerderberby createdDate DESC或commentedby userin和posts中的issueFunction

但是,这些都没有返回结果,我看到的是:

未找到与您的搜索匹配的问题


是否有人使用Jira软件8.5.0服务器并遇到过此类问题?

我尝试使用issueFunction方法,但它确实会返回特定用户评论的问题列表。 例如,我的用户名是vikkumar,那么语法如下所示

issueFunction in commented("by vikkumar")
让我知道这是否有效。 谢谢