Actions
Feature #33101
open"<=", ">=", and "between" operator for priority filter
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Currently, the priority issues filter supports only "is" and "is not" operator.
I think the filter will be more useful if it has "<=" (less than), ">=" (larger than), and "between" operators like numeric fields.
Use cases:- "Priority", ">=", "Normal" : Lists issues whose priority is normal or higher. It filters out issues with lower priority
- "Priority", "between", "High", "Immediate": Lists issues that has higher priority value
Related issues
Actions