Forums

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

query with "was" does not seem to return the right information

Tuan Pham
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 16, 2019

What is the difference between these two queries:

resolution = unresolved

and

resolution was unresolved on now()

Shouldn't they return the same information

1 answer

0 votes
Jack Brickey
Community Champion
October 16, 2019

resolution = unresolved ==> all issues currently in the unresolved status

resolution was unresolved on now() ==> is a malformed JQL please use resolution was empty on now()

Suggest an answer

Log in or Sign up to answer