Quick filter for search result by date range with the old status

Sridhar Netha January 13, 2016

How can i create a search that filters on both date range with old status on that dates. 

1 answer

0 votes
Vasiliy Zverev
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.
January 13, 2016

Maybe you need JQL like " status was "In Progress" AFTER '2015-01-01' BEFORE '2015-12-31' "

Sridhar Netha January 13, 2016

Can you provide JQL correct syntax for me because I am new to JQL. I tried like this Status="QA-Backlog" AND AFTER="2015-12-20" AND BEFORE="2015-12-30"

Vasiliy Zverev
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.
January 13, 2016

Try this: status was "QA-Backlog" AFTER '2015-12-20' BEFORE '2015-12-30'

Suggest an answer

Log in or Sign up to answer