JCT Last Commenter

JCT Last Commenter advanced filter shows last commenter of the issue

1.Select JCT Last Commenter custom field from Advanced tab of the custom fields

 

2.Enter field name and click button create

 

3.Select the screen to be added

4. Below Comment Count is shown

5. From the Filters → Advanced Issue Count a JQL search can be performed

Query

Field Type

Supported Operators

CustomFieldName

cf[CustomFieldID]

User

IS , IS NOT , IN , NOT IN ,= , !=

 

Supported functions

Supported functions

When used with the IN and NOT IN operators, this field supports: membersOf()

When used with the EQUALS and NOT EQUALS operators, this field supports: currentUser()

Example

Example

Find issues in which the owner of last comment is current user

"JCT Last Commenter" = currentUser()

Â