I have created a JQL that has a cutoff date/time for ticket approval. However, if a ticket that made the cutoff is sent back to be re-approved after the cutoff and then approved again, the ticket will slip through the JQL. I'm thinking that this is due to the first approval made the cutoff so the JQL lets the ticket through. If this is so, how can I fix my JQL to not allow re-approved changes to slip through the JQL?
This is the JQL I am using - project = CHG AND status = "Awaiting CAB Approval" AND status changed to "Awaiting CAB Approval" before "2020/3/10 09:00"