Actions
Defect #14051
closedFiltering issues with custom field in date format with NULL(empty) value
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I configured a new Issue Custom Field (with Date format) and I need to filter issues by this field where its value is overdue (less than today). I applied the filter type "more than days ago" with value "1 days" to this field and the query returned the overdue issues and issues with NULL value. I need only the first one, without the null values.
Applying the same filter to a native date field (like due date) the result is exactly the expected (only the overdue issues were listed, without null values).
Related topic on forum - http://www.redmine.org/boards/2/topics/32096?r=37846
Updated by Toshi MARUYAMA over 11 years ago
- Category changed from Projects to Custom fields
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.3.2
- Resolution set to Fixed
Fixed in r11850, thanks for pointing this out.
Actions