It would be a major help to be able to filter issues by all issues I have commented on. I understand you can filter by last comment, collaborators and assignees.
But I need to be able to filter just by issues I have commented on.
Let me know if you guys can add this or if I am able to do that.
Hello, @Justin Kowalchik ! Welcome to the Atlassian Community.
Currently, there's no native JQL function that allows you to directly filter issues you have commented on. You can achieve this by using third-party apps, such as ScriptRunner, by using the "commented("by ...")" function, for example.
Hi @Justin Kowalchik ,
I'm Cristiano, with the Appfire team.
Unfortunately this is not available on native JQL.
On the extension our team works, JQL Search Extension for Jira, this can be done really easily, I.E.:
project = "Skypiea" AND commentedByUser = "Enel"
You're also able to query for comment dates, last commented by comment count, and so on.
if you need any help to set this up, feel free to contact our support team.
Regards,
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.