Extracting # of bugs set to reopened during period

Ruben Sadoyan January 14, 2013

I need to extract list of issues, e.g. bugs that had been set to re-opeded during defined period. NOt one's that has been within that state, but those that had been SET to it within specified time frame.

So Query:
project = XXX AND issuetype in ("bug") AND Status was Reopened DURING ("2013/01/07","2013/01/13")

Obviouslty does report those issues those state has been reopened during times,

But how to extract those that had been set to that state (reopened) within time frame???

Thanks in advance,

Ruben.

1 answer

1 accepted

1 vote
Answer accepted
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 14, 2013

project = XXX AND issuetype in ("bug") AND Status changed to Reopened DURING ("2013/01/07","2013/01/13")

Ruben Sadoyan January 16, 2013

Many thanks Jobin, you've helped me a lot :)

Suggest an answer

Log in or Sign up to answer