Can I filter the issues with a special status by a fixed date?

Frank Yu May 12, 2016

Can I filter the issues with a special status by a fixed date? For example, now it's 2016-05-12, I want to search all of issues with "Open" status when it was 2016-05-06. I did not find out a good syntax for the aim, even if duedate, endofDate, when I wrote:

project = ABC AND issuetype = "Change" AND status = Open and duedate = 2016-05-06 AND createdDate >= 2016-05-02 AND createdDate <= 2016-05-06

Eventually, I got nothing, but it should be many new created issue during 2016-05-02 ~ 2016-05-06.

 

Who can help to point out what the correct syntax is consistent with the aim? Thanks.

 

Frank

 

1 answer

1 vote
GabrielleJ
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.
May 12, 2016

Suggest an answer

Log in or Sign up to answer