Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL Query to find comments by users in a group

Ryan_McAlevey March 12, 2020

Trying to find all comments created by users that are part of the same group. 

Using the following JQL statement:

issueFunction in commented("by membersOf(groupName)")

 

The query returns results, but only returns 5 results when I should have 100s. Upon further investigation it appears to be finding only comments from the first user in that group.

1 answer

1 accepted

0 votes
Answer accepted
Krishnanand Nayak
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2020

try this:

issueFunction in commented("inGroup <groupName>")

Suggest an answer

Log in or Sign up to answer