Searching for tickets that transitioned in to a specific workflow state in a date range

Rob Hayles May 31, 2017

Hi,

I was wondering if anyone has any suggestions as to how I can find out when groups of tickets entered a specific state. We have an overly complex workflow, with one of the states being ReadyToDeploy.

I want to be able to do a search like,

"show me the tickets that transitioned to 'ReadyToDeploy' between Date A and Date B"

Thank you in advance

Rob

 

1 answer

0 votes
Nicolas Seronvalle May 31, 2017

Hi Rob,

You can use this JQL:
status CHANGED TO ReadyToDeploy AFTER Date A BEFORE Date B

 

Rob Hayles May 31, 2017

That did the trick. Thank you

Nicolas Seronvalle June 1, 2017

You're welcome!

Suggest an answer

Log in or Sign up to answer