Comments

The examples on this page describe how to build a JQL search using JQL Search Extensions.

Comments JQL keywords

commentsCount

Find issues that have a particular number of comments. 

Supported operators

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

Example

Find issues with comments.

commentsCount > 0 

commentedByUser

Search for issues that were commented on by a particular user. 

Supported operators

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

Example

Find issues that were commented on by Jane Potter. 

commentedByUser = "Jane Potter"

commentLastCreatedBy

Search for issues that were last commented on by a particular user. 

Supported operators

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

Example

Find issues that were last commented on by admin. 

commentLastCreatedBy= "admin"

commentLastUpdatedBy

Search for issues with a comment last updated by a particular user. 

Supported operators

=

!=

~

!~

>

>=

<

<=