[Trac-tickets] [The Trac Project] #1580: Allow hiding ticket fields when submitting a new ticket

The Trac Project noreply at edgewall.com
Fri May 20 12:54:36 EDT 2005


#1580: Allow hiding ticket fields when submitting a new ticket
---------------------------+------------------------------------------------
       Id:  1580           |      Status:  new                                   
Component:  ticket system  |    Modified:  Fri May 20 12:54:35 2005              
 Severity:  normal         |   Milestone:                                        
 Priority:  normal         |     Version:  0.8.1                                 
    Owner:  jonas          |    Reporter:  orispammerpel at users.sourceforge.net
---------------------------+------------------------------------------------
 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!

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1580>
The Trac Project <>


More information about the Trac-Tickets mailing list