This is the query that I am using to filter out test cases for which status is changed to Pass during a time span.
project = XYZ and status changed to Passed during ("2019/12/10", "2020/01/16")
This query is working fine but not showing me any result. even-though there are many test cases which have been set to pass during this duration.
One suggestion is to try the same query with BEFORE or AFTER to narrow down your results and identify where the results are not being returned.
project = XYZ AND status changed to Passed AFTER "2019/12/10"
Thanks @Lenin Raj
I tried using AFTER. But it is also showing me no result.
I have figured out the query. It will be as follows -
project = "XYZ" and executionStatus = Pass and executionDate > '2020/01/01'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.