Feature #4730
closedAdd Closed Date to Issue Filter
0%
Description
I can query/filter issues by created, updated, and due dates. However, I cannot query by when the issue was actually closed. I know this information appears to be stored in journals and journal_details rather than issues table, which may make this a tad more complex. I have tried to write custom SQL for this myself, but I am not getting results that match the information on the History section of an issue.
Related issues
Updated by Mark P almost 15 years ago
This request is similar to the forum entry here: http://www.redmine.org/boards/2/topics/9513
Updated by Matheus Ashton Silva over 13 years ago
Updated by Mischa The Evil almost 12 years ago
- Category set to Issues
- Status changed from New to Closed
- Resolution set to Fixed
"Closed" (closed_on
) field that stores the time of the last closing, while preserving the value when reopening an issue, is added in r11402. It has been made available as a column and filter on the issue list in r11403. Both were done on #824 which will be part of Redmine 2.3.0.
This means that the feature requested in this specific issue is implemented, hence closing this issue as such.