/
Last Commented By User
Last Commented By User
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")
, multiple selections available,
Related content
Commented By User
Commented By User
Read with this
Comment Custom Fields
Comment Custom Fields
Read with this
JQL Reference
JQL Reference
Read with this
JQL Functions
JQL Functions
Read with this