Forums

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

DURING jql issues

Jenny Wheatley
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!
August 19, 2024

Hello. I am having an issue with a JQL, could I please get your assistance/advice. I am trying to see all project tickets that were unresolved between X and Y dates, using the DURING function. This is the JQL I am using: 

 

project = "GD" AND (createdDate >= 2024-04-15) AND resolution WAS Unresolved DURING (2024-07-01, 2024-08-01) 

 

It is not returning any results. Can you please tell me if I have written the JQL incorrectly (and if so, how to correct it), or if this is an issue/bug on Atlassian's end that I should be aware of.

 

Thank you


3 answers

0 votes
Marc - Devoteam
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.
August 19, 2024

Hi @Jenny Wheatley 

This JQL works for me I just changed the dates a bit and excluded a project.

createdDate >= 2024-01-01 and resolution was empty DURING (2024-07-01, 2024-08-01)

@John Funk Unresolved, does indeed not work.

0 votes
John Funk
Community Champion
August 19, 2024

Hi Jenny - Welcome to the Atlassian Community!

There might be a bug there. However, I used WAS NOT Unresolved and it gave me issues with the value of Unresolved. 

You might actually use Status instead of Resolution and WAS NOT IN. Like this:

Status WAS NOT IN (Done, Canceled, Completed) 

Whatever the Done category statuses are for that project. 

0 votes
Sreenivasaraju P
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.
August 19, 2024

Hi @Jenny Wheatley ,

 

Can you please try below query 

project = "GD" AND (createdDate >= 2024-04-15) AND resolution was EMPTY DURING (2024-07-01, 2024-08-01) 

John Funk
Community Champion
August 19, 2024

Did you actually try that @Sreenivasaraju P ? Because I don't think that field can be empty -Unresolved is not empty. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events