Feature #4730
Add Closed Date to Issue Filter
Status: | Closed | Start date: | 2010-02-03 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: | Fixed |
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
History
#1
Updated by Mark P about 13 years ago
This request is similar to the forum entry here: http://www.redmine.org/boards/2/topics/9513
#3
Updated by Mischa The Evil almost 10 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.