Edgewall Software

Changes between Version 13 and Version 14 of TracTickets


Ignore:
Timestamp:
Nov 8, 2004, 1:58:57 PM (19 years ago)
Author:
fharvey
Comment:

Add documentation for #375

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v13 v14  
    5050http://projects.edgewall.com/trac/attachment/wiki/TracTickets/Trac%20Ticket%20State%20Chart%2020040607DF.png?format=raw
    5151
     52== Preset values for New Tickets from URL ==
     53
     54To create a link to the new ticket form with values preset you need to call the /newticket? URL with variable=value separate by &. Possible variable are :
     55
     56 * '''reporter''' : Name or email of the reporter
     57 * '''summary''' : Summary line for the ticket
     58 * '''description''' : Long description of the ticket
     59 * '''component''' : The component droplist
     60 * '''version''' : The version droplist
     61 * '''severity''' : The severity droplist
     62 * '''keywords''' : The keywords
     63 * '''priority''' : The priority droplist
     64 * '''milestone''' : The milestone droplist
     65 * '''owner''' : The responsable of the ticket
     66 * '''cc''' : The list of email for notify the ticket change
     67
     68example : ''/trac/newticket?summary=Compile%20Error&version=1.0&component=gui''
     69
    5270See also:  TracGuide, TracWiki