Comments JQL Keywords
...
CommentCount
Searches for issues that have a specific number of comments.
...
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example:
commentsCount commentCount > 2
finds issues with more than two comments.
...