-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
Problem Definition
Ability to utilize time conditions within SLA specific JQL queries that do not currently support them, such as completed(), paused() and running().
Suggested Solution
Similar to the elapsed() and remaining() JQL queries, we would like the ability to filter completed(), paused() and running() based on a time condition. For example:
completed("20m")
This could be utilized with the available SLA rules to output issues with an SLA that was "completed" within 20 minutes.