You can use scriptrunner for that reason. See this thread here https://community.atlassian.com/t5/Answers-Developer-Questions/How-do-I-search-for-comments-by-a-specific-user/qaq-p/484405
or simply write:
project = TEST and issueFunction in commented(' by lisa')
I got this message Field 'issueFunction' does not exist or you do not have permission to view it.
although Iam admin
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you can't, with out of the box jira functionalities. You could export all issues as csv and then search within your exported file.
Otherwise install scriptrunner for a trial period and use it to search for these comments.
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.
Hi
I used jql as like issueFunction in commented('by username'), but some issues are included in queary result. For example, person A commneted to jira issue #1, 2, 3, 4, 5 but the results of the inquiry are only included in 1, 2, and 3.
Do you know why?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.