Actions
Feature #12970
closedImplement the "OR" operator in queries
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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
Actions