Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to filter test cases in zephyr based on status changed during a period

Leena Sharma
Contributor
January 16, 2020

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. 

 

1 answer

0 votes
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 16, 2020

Hi @Leena Sharma 

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"

Leena Sharma
Contributor
January 18, 2020

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'

Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 18, 2020

Glad you got it sorted.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events