JQL search issues which are not closed by group

李敏 January 21, 2019

Hi Guys, 

 

I tried to pick up these issues which are not closed by QA, and meet some problem, need your support. 

First, I can use the below jql to find these one which are closed by QA as below:

project = MUSIC AND issuetype = Bug AND created >= 2018-01-01 AND created <= 2018-12-31 AND status changed TO closed  BY  membersOf('QA')

And then I try to add "NOt" before memberof, but it doesn't work, any suggestion is welcome, Thanks!

1 answer

1 accepted

2 votes
Answer accepted
Alexey Matveev
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.
January 21, 2019

Hello,

You should add "not" before the status word

李敏 January 21, 2019

Thanks Alexey, it works!

Suggest an answer

Log in or Sign up to answer