JQL Query Dummies Guide? Is Not does not seem to be working

Stuart Wildman March 29, 2015

Hi

I can't get a simple JQL Query to work this morning.

I want to filter out all issues of Status closed.

So i would expect

AND status is not .....   to work

I have tried

  • is not closed
  • is not "closed"
  • is not (closed)
  • is not ("closed")

Any ideas?

 

Also if there is a great dummies to experts guides

 

Thansk

3 answers

1 accepted

0 votes
Answer accepted
joachimbollen
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 29, 2015

Hi Stuart,

 

status != Closed

should do the trick for you. The autosuggest functionality of the search for issues - advanced screen really helps for finding these syntax tips. 

0 votes
MattS
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 30, 2015

Status is not in (Closed)

should work as well

0 votes
Stuart Wildman March 29, 2015

Thanks

Yes that worked.

The auto suggest offered up that in the list, 'is not' did look the best option. Obviously not.

Thanks

Suggest an answer

Log in or Sign up to answer