find all issue that I commented

Calogero Bonasia May 13, 2015


I would like to find all tickets that I commented even if I was not (ever) assignee or resolver. I tried to follow this guidance, but writing does not work JQL parameter BY

https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Comment

 

3 answers

1 accepted

1 vote
Answer accepted
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 13, 2015

If you have scriptrunner installed you could use

issueFunction in commented("by <USER>")

out of the box you can't search for issue which you have commented.

Calogero Bonasia May 13, 2015

yes, I have installed script runner, but I have not (yet) learned to use it.

Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 13, 2015

If you wan't to learn see here for JQL-functions: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions

Joe Pursel March 12, 2021

The link in this comment is now dead.

1 vote
Benito Picarelli
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 13, 2015

Hi Udo,

To use that script, you can go into Administration > Add-ons > Script Console.

Cheers

0 votes

You can use JIRA Comment Toolbox without script. After installation you can search with

issue in commentedByUser("jirauser") For detail,you can view plugin documents.  

Suggest an answer

Log in or Sign up to answer