We have a pretty standard process.
An issue spends time in an "In Progress" status and then moves to a "QA" status.
The issue has a custom date field called "QA Due Date" which is populated with a date picker.
How in the world do I write a JQL query filter that shows me all issues that changed status from "In Progress" to "QA" after the date specified in "QA Due Date"?
Thanks!