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 image2017-2-7 18:36:35.png
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.