how to search for issues with comments

Leon O October 10, 2019

i am trying to write a quick filter for my kanban board, and i'd like to have it flag issues that have comments on them. i see that i can only use ~ or !~ as operator, is there no way to filter jira for issues with comment = true/false?

1 answer

1 accepted

0 votes
Answer accepted
Avinash Bhagawati _Appfire_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 10, 2019

Hi @Leon O ,

Welcome to Atlassian Community !

Native JQL supports comment with text as parameter. For your requirement you need to use third app called JQL Search Extensions for jira and report which provides additional functions like CommentedAfter , CommentedBefore etc.

Please refer below link for additional details.

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/30497099/JQL+Reference+Server#JQLReference(Server)-CommentedAfter

Thanks,

Avinash

Suggest an answer

Log in or Sign up to answer