Filter issue that has comment

Pangianto Pang October 2, 2012

Hi all,

I have come to this question; how to create filter that filter issues that has comment?

Thanks.

2 answers

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
October 2, 2012

JQL Tricks plugin (paid) has a slightly polished version of the query to find issues that are commented by specific user or issues on which comments were added on or after specific/relatives dates.

1 vote
MatthewC
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.
October 2, 2012

You can use comment as a searchable field in JQL. if you are searching for the term "ABC" in a comment, use this:

comment ~ 'ABC'

However, beaware you should try & restrict the search to a project, issue type or category otherwise it could search the index for every comment in your Jira would could be quite slow

Suggest an answer

Log in or Sign up to answer