How do configure the search filter to search from 12/1/2016 to 2/7/2017

Paul Laguna February 7, 2017

Hey People,

I'm trying to figure out how to search test cases from 12/1/2016 to 2/7/2017.

We've made up to 450 testcases starting from 10/1/2016, but I only want to choose test cases between those dates described above.

How do configure the search filter to search from 12/1/2016 to 2/7/2017.

Thanks in advanced smileimage2017-2-7 18:36:35.png

1 answer

1 vote
Arun Ravindran February 7, 2017

Hi Paul

Thanks for your interest in Zephyr.Actually the format to search between dates is as below

createdDate >= "YYYY-MM-DD" and createdDate < "YYYY-MM-DD"

Therefore in your case, please use the below JQL in your search bar and the desired result would be displayed

project=10105 AND issuetype=Test AND createdDate >= "2016-01-12" AND createdDate < "2017-02-07"

Thanks & Regards

ZephyrSupport

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events