Need to find number of bugs which was in Resolved status with in a times space

Vens Kumar January 10, 2014

Hi ,

People have already discussed this subject many time. But I didnt find a apt answer for my condition.

I wanted to retrive all the bugs which was in resolved status in last 1 week. I used the below query for the fetching data.

project in (Project) and issuetype in (Bug, "Bug (sub-task)") and status in (Reopened) and updated >=-6days

But this query wont fetch the data which was in Reopened status and changed to other status.

Please sujust me a methos to over come this condition.


2 answers

1 vote
Jobin Kuruvilla [Adaptavist]
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.
January 11, 2014

You can try this:

status changed from Reopened after -6d

Vens Kumar January 12, 2014

Thanks for the respond.

We are using JIRA 4.2. most of the above specified operators were not helping.

Is there a alternative way?

0 votes
codelab expert
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.
January 11, 2014
Try This: ...and Status was in (reopened)....! The was-operator is important.
Vens Kumar January 14, 2014

Thanks for the respond.

We are using JIRA 4.2. most of the above specified operators were not helping.

Is there a alternative way?

Suggest an answer

Log in or Sign up to answer