You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
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.
yes, I have installed script runner, but I have not (yet) learned to use it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you wan't to learn see here for JQL-functions: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions
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 Udo,
To use that script, you can go into Administration > Add-ons > Script Console
.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.