🚀 New App Release! Permission Manager for Confluence Cloud is now available on the Atlassian Marketplace. Filter, audit, and bulk-manage page restrictions across your Confluence spaces - all built on Forge. Get started today: Permission Explorer & Manager for Confluence - Atlassian Marketplace

Commented By Current User

Finds all issues which are commented by current user 


Parameters

There is no parameters for this function

 

JQL Functions

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()