Hello,

I just start to use Fossil and setup an online repository for my project.
While trying to customize the ticket system, it seems to me that only the
modification time is available for a ticket, but I need to get the
original/open time when the ticket is created, I tried to follow the wiki
page "Customizing The Ticket System" to add customized field for this, but
without success.

The problem is that I don't know what is the proper time variable for the
"new ticket" page template:

<th1>
  if {[info exists submit]} {
     set status Open
     set opentime proper_time_variable
     submit_ticket
  }

Here "opentime" is a new DATE field I appended at the end of the "ticket"
table. Also in the "view ticket" page template, I don't now how to get the
"opentime" field properly.

Any suggestions would be highly appreciated. Thanks a lot!

Limin
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to