Need JQL that allows to search/filter all comments of any users
Hello @Levan Khutsishvili,
Try this you need script runner, because of his function.
Do this go to your normal issue search go to advanced
issueFunction in issueFieldMatch("project = test ", "comment", "hello")
the first part doesn't have to project = something, it can be anything from JQL, the catch is that this function requires two parameters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL supports searching comment
comment ~ "search text"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you let us know which jira version you are using &, query which you have used
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using Cloud version of JIRA. Regarding queries.... I have tried several queries but none of them has worked
1. comment ~ "search text"
2. issueFunction in commented("by username")
3. comment by = currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Sreenivasaraju P
As i can see on this image, query works on specific word. In your case it "DEF" but will it work on every comment?
With this query I want to search all comments of all users who are involved in specific project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.