🚀 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 Role Member

Finds all issues which are commented by specified project role members for the project of issue

Parameters

Parameter

Mandatory

Format

Project Role Name

check mark

Project Role Name

Role names are case sensitive.

JQL Functions

Syntax

commentedByRoleMember(rolename)

Examples

Finds all issues commented by Developers role members for the project of issue 

issue in commentedByRoleMember("Developers")

 

Finds all issues not commented by Developers role members for the project of issue

issue not in commentedByRoleMember("Developers")

 

Finds all issues commented by Developers role members for the project of issue

issuekey in commentedByRoleMember("Developers")

 

Finds all issues commented by Developers role members for the project of issue

id in commentedByRoleMember("Developers")