I don't know how to get the datetime the ticket was created, but the easy solution is to set it in JavaScript on the new ticket form.
S On Saturday, February 12, 2011, Ron Wilson <[email protected]> wrote: > According to the documentation, tickets consist of a series of > artifacts, each with its own time stamp, the most recent providing the > value of "mtime". Is there a way to get the timestamp of a ticket's > first artifact? > > Alternately, I tried adding an "opened" field to the ticket table > schema. In the New Ticket screen, I tried adding: > > set opened [ expr { clock format "%Y-%m-%d" -gmt 1 } ] > > but the TH1interpreter did not like this (nor several variations that I > tried). > > I have searched for and read through several TCL references, but they > have been of limited help. Are there good references any one here > cares to recomend? > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- -- Stephen De Gabrielle [email protected] Telephone +44 (0)20 85670911 Mobile +44 (0)79 85189045 http://www.degabrielle.name/stephen _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

