Fossil

View Ticket
Login

View Ticket

Ticket Hash: 329d51eb80fa7920a05720b3cc02d591b2dd9c9e
Title: default ticket schema does not include "submitted by"
Status: Fixed Type: Feature_Request
Severity: Cosmetic Priority:
Subsystem: Resolution: Works_As_Designed
Last Modified: 2010-02-18 17:38:05
Version Found In: f969b6cdde
Description:
by default, the only way to identify the submitter of a ticket is by the optional email or "private_contact" field.  it would be nice if fossil recorded the submitter's username, even if it was anonymous; fossil already puts the username in the notes field when a ticket is edited, but the original submitter is not identified anywhere in the record.  if fossil can be configured to do this in the admin section, then i recommend it be the default configuration.

<hr><i>rwilson added on 2009-10-07 00:31:07:</i><br>
appended remarks identify the user, though this field can be erased before submitting the edit.

<hr><i>rwilson added on 2009-10-07 17:57:12:</i><br>
interesting - somehow the timeline knows who submitted a given ticket...

<hr><i>ron added on 2010-02-17 04:41:05:</i><br>
There should be an additional "submitted_by" field, which is autopopulated.  On the 'new ticket' page, the email should be automatically filled in from the log-in data if the user is logged-in (as not anonymous).



<hr><i>ron added on 2010-02-18 17:38:05:</i><br>
Instructions on how to implement this [http://www.fossil-scm.org/index.html/doc/tip/www/custom_ticket.wiki|are here].