Fossil

View Ticket
Login
Ticket UUID: 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 & Comments:
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.

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


rwilson added on 2009-10-07 17:57:12:
interesting - somehow the timeline knows who submitted a given ticket...


ron added on 2010-02-17 04:41:05:
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).


ron added on 2010-02-18 17:38:05:
Instructions on how to implement this are here.