Feature #12970
Implement the "OR" operator in queries
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
For some our projects we need to compute queries with a sequence of OR and AND conditions
for example: (Priority is High) OR (Priority is Normal AND Creation Date is older then a year)
but Redmine does not allow the combination of queries ie "OR".
It looks like it is implemented in "Trac": http://trac.edgewall.org/query, see the "OR" at the bottom right of the filters box
Related issues
History
#1
Updated by Toshi MARUYAMA over 9 years ago
Duplicate with #4939.
#2
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
#3
Updated by Jan Niggemann (redmine.org team member) over 9 years ago
- Resolution set to Duplicate