Finds all issues which are commented by current user
Parameters
There is no parameters for this function
Syntax
commentedByCurrentUser()
Examples
Finds all issues commented by current user
issue in commentedByCurrentUser()
Finds all issues not commented by current user
issue not in commentedByCurrentUser()
Finds all issues commented by current user.
issuekey in commentedByCurrentUser()
Finds all issues commented by current user
id in commentedByCurrentUser()