Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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



JQL Functions

Parameters

ParameterMandatoryFormat
Project Role Name(tick)

Project Role Name

Role names are case sensitive.

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


  • No labels