Ticket #1580 (closed defect: duplicate)
Allow hiding ticket fields when submitting a new ticket
| Reported by: | orispammerpel at users.sourceforge.net | Owned by: | athomas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When entering a new ticket, most fields are usually unnecessary.
This is especially when dealing with users outside the development project, who don't know Trac and may be confused by the different dropboxes. A simple ticket submission form could mean the difference between the user using the ticketing system or not.
It would be great if certain input could be hidden, perhaps in the new ticket URL, so we can provide links to submit tickets through.
For example:
* Setting visible fields:
http://www/trac/newticket?component=two&visible=summary,description
* Setting hidden fields:
http://www/trac/newticket?component=one&hidden=version,severity
Thanks!


