Last Commented By User

Finds all issues which are commented by specified user lastly


Parameters

ParameterMandatoryFormat
User(tick)username

JQL Functions

Syntax

lastCommentedByUser(user)

Examples

Finds all issues commented by jirauser lastly.

issue in lastCommentedByUser("jirauser")

 

Finds all issues not commented by jirauser lastly.

issue not in lastCommentedByUser("jirauser")

 

Finds all issues commented by jirauser lastly.

issuekey in lastCommentedByUser("jirauser")

 

Finds all issues commented by jirauser lastly.

id in commentedByUser("jirauser")