How to do a filter JQL that only show all issues that passed five hours in the same state.
For example: If we have 6 issues, and two of them are there for "seven hours". We want to see only these two issues that passed this period of time (7 hours).
Try the following:
NOT status CHANGED AFTER -5h
Thank you, but the query show issues 45 seconds before the established time in case of minutes use.
Do you know a solution for that?
There are a Examples of the result.
It looks like you're new here. Sign in or register to get started.