Fossil SCM
default ticket schema does not include "submitted by"
329d51eb80fa792…
· opened 16 years, 6 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- Oct. 7, 2009 12:30 a.m.
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.