Jira Cloud Filter: currentUser() mentioned in comment

孤街浪徒 提交于 2021-02-10 14:11:03

问题


In Jira Cloud, I need to create a filter which shows all (open) issues where currentUser() is mentioned in comment.

I installed Adaptavist Script Runner plugin (Cloud version), and i can filter all issues commented by currentUser(), like

commentedBy = currentUser()

however, how do i filter all issues where currentUser() is mentioned in the comments field - i.e. @username blah blah... ?


回答1:


Try this JQL to search for all comments containing the current user's username: comment ~ currentUser()



来源:https://stackoverflow.com/questions/57691542/jira-cloud-filter-currentuser-mentioned-in-comment

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!