help to write JQL search for this.
I think need to write jql for issues than changed their status to "In Progrees" more than 12 day ago and their status now != Closed
Hi,
That should be as simple as:
status changed to "In Progress" before -12d and status != Closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.