Last Commented By Current User

Finds all issues which are lastly commented by current user 


Parameters

There is no parameters for this function

 

JQL Functions

Syntax

lastCommentedByCurrentUser()

Examples

Finds all issues commented by current user lastly.

issue in lastCommentedByCurrentUser()

 

Finds all issues not commented by current user lastly.

issue not in lastCommentedByCurrentUser()

 

Finds all issues commented by current user lastly. 

issuekey in lastCommentedByCurrentUser()

 

Finds all issues commented by current user lastly.

id in lastCommentedByCurrentUser()