How to write this JQL query

Yolonda Habimana March 17, 2020

Available statuses in our JIRA system are To Do, In Progress, For Testing, In Testing and Done, and we don't have a status called Reopened, How can I write a JQL query that will retrieve all issues of type "bug" that has been re-opened by one of our quality team members in the past two months *

2 answers

1 accepted

0 votes
Answer accepted
AKBAR
Contributor
March 17, 2020

Hey Habimana,

However your quality team members might have closed the bugs using "Done" status as you don't have a re-opened status.

So tell them we cannot decide which ticket has been re-opened, I can only give the Closed tickets and based on Summary or Description you must decide which bugs have re-opened.

I hope you know the JQL for Done status for the past 2 months.

Apologies if I'm wrong..!!

Thanks,

Akbar.

Yolonda Habimana March 18, 2020

Thank you for the feedback Akbar!  There are definitely some changes we need to make in how we do things around here.  

2 votes
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 17, 2020

Hello @Yolonda Habimana ,

Please modify the following statements according to your expectations.

status changed FROM "done" to "in progress" and status changed by Ollie and status changed DURING ("2019-01-01","2020-03-15")

TIM截图20200318142808.png

Yolonda Habimana March 18, 2020

Thank you so much Ollie, this helps a lot!!!

Like Ollie Guan likes this

Suggest an answer

Log in or Sign up to answer