Fossil

View Ticket
Login
2025-05-10
18:48 Fixed ticket [14bc0ad52d]: ticket display doesn't show age or creation time plus 3 other changes (artifact: 26a6ec2526 ... user: jkosche)
2025-04-10
14:09 Ticket [14bc0ad52d]: 4 changes (artifact: 8ba3592b85 ... user: jkosche)
2011-06-03
07:01 Ticket [14bc0ad52d]: 1 change (artifact: dfc615c895 ... user: anonymous)
2011-06-02
18:58 Ticket [14bc0ad52d]: 3 changes (artifact: 84d23877d1 ... user: drh)
18:13 New ticket [14bc0ad52d]. (artifact: d9250d839f ... user: anonymous)

Ticket Hash: 14bc0ad52d9198605b566acf76f2a2664319345d
Title: ticket display doesn't show age or creation time
Status: Fixed Type: Feature_Request
Severity: Minor Priority: Zero
Subsystem: Resolution: Open
Last Modified: 2025-05-10 18:48:49
318.1 days ago
Created: 2011-06-02 18:13:42
14.81 years ago
Version Found In: e5e6ca4659
Description:
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.

User Comments:
jkosche added on 2025-04-10 14:09:42:

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 (86c1910ffbd1b642), show creation time in the default ticket view (814a417b4d2d1071) and also for good measure show additionally the human readable age for both tkt_mtime and tkt_ctime (8b48a054edda1a17).

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.


jkosche added on 2025-05-10 18:48:49:

These changes are merged to trunk with the branch tkt-improvements, therefore I close this ticket.