JQL - search for specific resolved date

Gavin
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 16, 2023

Request

- show issues with the specific resolved date of 4/13/23

 

Tried but doesn't work 

project = MDC and resolutiondate = 2023-04-13

project = MDC and resolved = 2023-04-13

2 answers

0 votes
Kelly Arrey
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 20, 2023

Hi @Gavin, It looks like you've found yourself a Jira bug! The docs say that:

resolved = "2023-04-13"

is valid JQL, and the JQL syntax checker agrees. But it fails to return any of the hits returned by your query:

project = MDC AND resolved > "2023-04-12" AND resolved < "2023-04-14"
0 votes
Gavin
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 16, 2023
project = MDC AND resolved > "2023-04-12" AND resolved < "2023-04-14"

This actually got me the desire results. 

Najm Polaris
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 16, 2023

HI @Gavin

the JQL seems about right. If you are not getting all the issues as expected just check one of the issues which doesn't show up in the list and check its history to just confirm the resolution date is as expected. 

Suggest an answer

Log in or Sign up to answer