Jira – Find All Issues I’ve Ever Commented On

jira

Our company uses JIRA and I'd like to have a way to track all tickets (issues) on which I ever worked. This because after I finish working on a ticket, I reassign it back to the Reporter, and it disappears from "my" tickets.

Using the "Log work" field is not possible.

Therefore, I'd like to create a filter that finds all issues on which I ever added a comment. Is this possible?

Best Answer

I've found the answer. On the current version of JIRA, use the following JQL:

issueFunction in commented("by dr01") ORDER BY createdDate DESC