JQL status was resolved by user in group

Zach Newman March 31, 2014

I want to filter issues resolved by any user in a certain group. I know you can do "status was resolved by 'user'", but you can't seem to do anything like "status was resolved by user in membersof('groups')". Is there any way to do this without listing each member out?

2 answers

1 accepted

3 votes
Answer accepted
Thomas Heidenreich
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.
April 1, 2014

How about:

resolution changed by membersOf("jira-users") and resolution is not EMPTY

0 votes
Norman Abramovitz
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.
April 1, 2014

On 6.2 this JCL executed even though membersOf was highlighted in red. It seemed to work though, but I only checked a couple of issues.

status was Open BY membersOf("jira-users")

Suggest an answer

Log in or Sign up to answer