Forums

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

What is the JQL query for searching tickets which were rejected(Test Failed) in Tests?

Srilatha Kondapalli
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 13, 2018

I'm searching for the query which gives me a list of tickets which were moved from Test column to ToDo column as the test was failed. 

The query I'm using currently is: 

Example: status was Reopened DURING("2018-03-27”,”2018-04-06")

 

But the above query gives all the tickets which were reopened from other column/status as well. This makes it hard to identity which stories were rejected during testing phase.

1 answer

1 vote
Warren
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.
April 13, 2018

Hi

You can use a query similar to this :

status changed FROM "In Testing" TO Reopened DURING("2018-03-27”,”2018-04-06")

You need to make sure that the statuses In Testing and Reopened match your Jira

Srilatha Kondapalli
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 13, 2018

Thanks. It worked.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events