As the questions asks. I know there's an option for this in the dashboard with the Activity Stream. But is there an advanced search function for this?
Thanks!
Hi Alexis,
You can easily find it with JQL Search Extensions
In the cloud: commentedByUser="your user"
On server: issue in commentedByUser("your user")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Alexis,
Script runner plugins provides some scripted JQL function. Using that you can find all the issue that you have commented.
Here is the documentation : https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_commented
Example : issuefunction in commented("by currentUser()")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not available by default in JIRA, but you should be able to do this by installing the Script Runner Plugin. This will allow you to run a jql query like this:
issueFunction in commented("by username")
in JIRA advanced search.
You may refer to the following for further reference:
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.
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.