Fossil SCM
ticket display doesn't show age or creation time
14bc0ad52d91986…
· opened 14 years, 10 months ago
- Type
- Feature_Request
- Priority
- Zero
- Severity
- Minor
- Resolution
- Open
- Subsystem
- —
- Created
- June 2, 2011 6:13 p.m.
The list of tickets and the individual ticket display (tktview?name=...) show the last modification time of the ticket, and the ticket display shows the time every comment was added, but it doesn't say when the ticket was created or how old the ticket is. It would be nice if I could quickly glance at a ticket to see how long it has been around.
drh added on 2011-06-02 18:58:37 UTC: See the "History" and "Timeline" buttons on the submenu at the top of the ticket display.
anonymous added on 2011-06-03 07:01:02 UTC: It is also possible to add your own fields to tickets, including a Date Opened field.
Comments (2)
I don't know if tkt_ctime was a field back when this report was made, but it exists now.
So I added it to the report columns in the default text when creating new ticket reports (), show creation time in the default ticket view () and also for good measure show additionally the human readable age for both tkt_mtime and tkt_ctime ().
I think these changes should cover this ticket. As most of it is done in the default TH1 it is not instantly available on old repositories unless the tkt_view template is reverted to default. But that is better I think, because it still enables the ability for admins to configure the ticket view and reports as they like.
These changes are merged to trunk with the branch tkt-improvements, therefore I close this ticket.