Opened 19 years ago
Closed 19 years ago
#735 closed defect (fixed)
Trac report on how long ago tickets have been touched
Reported by: | rjwittams | Owned by: | Jacob |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
What would be very useful for looking at old tickets is a trac report ordered by how long ago tickets have had an update. This way old tickets with no movement are easy to spot. Apparently this is not too hard to do (according to some guy in #trac) - but I can't work out a way to do it from the generic search interface.
Change History (2)
comment:1 by , 19 years ago
Component: | Admin interface → Django project website |
---|---|
Owner: | changed from | to
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I added report {14}. The magic here is to use the field "changetime" for ordering (changetime is usually not used or shown, that's why it's neither in the generic query interface nor in the available reports).