Feature #33101
"<=", ">=", and "between" operator for priority filter
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues filter | |||
Target version: | - | |||
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
History
#1
Updated by Go MAEDA about 2 years ago
- Related to Feature #2973: using smaller then or bigger then to all valid fields added