Artifact abd2d69c3899f8810a37a30cdae88cc435f629fd
Ticket change
[abd2d69c38]
- New ticket 4c8803b3b1 Have to edit a ticket twice once for text another for drop down box..
by
anonymous on
2009-09-18 17:56:29.
D 2009-09-18T17:56:29
J comment I\sedit\stext\sin\sthe\sfield\sthat\sI'm\scurrently\swriting\sto\syou\sin\sand\schange\smy\sassigned\sto\sdrop\sdown\sbox\sbut\sonly\sthe\stext\sget\sadded\sto\sthe\sticket\sand\snot\sthe\sdrop\sdown\sbox\svalue.\s\sI\shave\sto\sedit\sthe\sticket\safter\sthat\sto\schange\sthe\sassigned\sto\sdrop\sdown\sbox\sand\sapply\sthe\schanges\sfor\sthe\sassigned\sto\sdrop\sdown\ssettings\sstick.\s\sThe\sdrop\sdown\sis\sa\snew\sfield\sthat\sI\shave\sadded\sbut\sI\sused\sthe\stemplate\sto\screate\sthe\snew\sfield.\s\sThe\sassigned\sto\shelps\spass\sthe\stickets\sfrom\sone\sdeveloper\sto\sthe\snext.\s\sHere\sis\sa\scopy\sof\sit...\sThe\snames\shave\sbeen\schanged\sto\sprotect\sthe\sinnocent.\r\n\r\n\r\n--------------------------------------------------------------------------------\r\nBelow\sis\smy\screate\stable\r\n--------------------------------------------------------------------------------\r\n\r\nCREATE\sTABLE\sticket(\r\n\s\s--\sDo\snot\schange\sany\scolumn\sthat\sbegins\swith\stkt_\r\n\s\stkt_id\sINTEGER\sPRIMARY\sKEY,\r\n\s\stkt_uuid\sTEXT\sUNIQUE,\r\n\s\stkt_mtime\sDATE,\r\n\s\s--\sAdd\sas\smany\sfield\sas\srequired\sbelow\sthis\sline\r\n\s\sassigned_To\sTEXT,\r\n\s\stype\sTEXT,\r\n\s\sstatus\sTEXT,\r\n\s\ssubsystem\sTEXT,\r\n\s\spriority\sTEXT,\r\n\s\sseverity\sTEXT,\r\n\s\sfoundin\sTEXT,\r\n\s\sprivate_contact\sTEXT,\r\n\s\sresolution\sTEXT,\r\n\s\stitle\sTEXT,\r\n\s\scomment\sTEXT\r\n);\r\n\r\n\r\n\r\n--------------------------------------------------------------------------------\r\nBelow\sis\smy\sTH1\sScript\sto\sinitialize\svariable\r\n--------------------------------------------------------------------------------\r\nset\stype_choices\s{\r\n\s\s\sNeed_To_Discuss\r\n\s\s\sQuestion\r\n\s\s\sCode_Defect\r\n\s\s\sBuild_Problem\r\n\s\s\sDocumentation\r\n\s\s\sFeature_Request\r\n\s\s\sIncident\r\n}\r\nset\sassigned_To_choices\s{\r\n\s\sJoe\r\n\s\sMama\r\n\s\sBoth\r\n}\r\nset\spriority_choices\s{\r\n\s\sImmediate\r\n\s\sHigh\r\n\s\sMedium\r\n\s\sLow\r\n\s\sZero\r\n}\r\nset\sseverity_choices\s{\r\n\s\sCritical\r\n\s\sSevere\r\n\s\sImportant\r\n\s\sMinor\r\n\s\sCosmetic\r\n}\r\nset\sresolution_choices\s{\r\n\s\sOpen\r\n\s\sFixed\r\n\s\sRejected\r\n\s\sUnable_To_Reproduce\r\n\s\sWorks_As_Designed\r\n\s\sExternal_Bug\r\n\s\sNot_A_Bug\r\n\s\sDuplicate\r\n\s\sOvercome_By_Events\r\n\s\sDrive_By_Patch\r\n}\r\nset\sstatus_choices\s{\r\n\s\sOpen\r\n\s\sVerified\r\n\s\sReview\r\n\s\sDeferred\r\n\s\sFixed\r\n\s\sTested\r\n\s\sClosed\r\n}\r\nset\ssubsystem_choices\s{\r\n}\r\n\r\n\r\n--------------------------------------------------------------------------------\r\nBelow\sis\smy\snew\sticket\spage\r\n--------------------------------------------------------------------------------\r\n\r\n<th1>\r\n\s\sif\s{[info\sexists\ssubmit]}\s{\r\n\s\s\s\s\sset\sstatus\sOpen\r\n\s\s\s\s\ssubmit_ticket\r\n\s\s}\r\n</th1>\r\n<h1\salign="center">Enter\sA\sNew\sBug\sReport</h1>\r\n<table\scellpadding="5">\r\n<tr>\r\n<td\scolspan="2">\r\nEnter\sa\sone-line\ssummary\sof\sthe\sproblem:<br>\r\n<input\stype="text"\sname="title"\ssize="60"\svalue="$<title>">\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td\salign="right">Type:\r\n<th1>combobox\stype\s$type_choices\s1</th1>\r\n</td>\r\n<td>What\stype\sof\sticket\sis\sthis?</td>\r\n</tr>\r\n\r\n<tr>\r\n<td\salign="right">Assign\sTo:\r\n<th1>combobox\stype\s$assigned_To_choices\s1</th1>\r\n</td>\r\n<td>Who\sis\sthis\sticket\sassigned\sto?</td>\r\n</tr>\r\n\r\n<tr>\r\n<td\salign="right">File:\r\n<input\stype="text"\sname="foundin"\ssize="20"\svalue="$<foundin>">\r\n</td>\r\n<td>In\swhat\sfile\sdid\syou\sobserve\sthe\sproblem?</td>\r\n</tr>\r\n\r\n<tr>\r\n<td\salign="right">Severity:\r\n<th1>combobox\sseverity\s$severity_choices\s1</th1>\r\n</td>\r\n<td>How\sdebilitating\sis\sthe\sproblem?\s\sHow\sbadly\sdoes\sthe\sproblem\r\naffect\sthe\soperation\sof\sthe\sproduct?</td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n<td\scolspan="2">\r\nEnter\sa\sdetailed\sdescription\sof\sthe\sproblem.\r\nFor\scode\sdefects,\sbe\ssure\sto\sprovide\sdetails\son\sexactly\show\r\nthe\sproblem\scan\sbe\sreproduced.\s\sProvide\sas\smuch\sdetail\sas\r\npossible.\r\n<br>\r\n<th1>set\snline\s[linecount\s$comment\s50\s10]</th1>\r\n<textarea\sname="comment"\scols="80"\srows="$nline"\r\n\swrap="virtual"\sclass="wikiedit">$<comment></textarea><br>\r\n<input\stype="submit"\sname="preview"\svalue="Preview">\r\n</tr>\r\n\r\n<th1>enable_output\s[info\sexists\spreview]</th1>\r\n<tr><td\scolspan="2">\r\nDescription\sPreview:<br><hr>\r\n<th1>wiki\s$comment</th1>\r\n<hr>\r\n</td></tr>\r\n<th1>enable_output\s1</th1>\r\n\r\n<tr>\r\n<td\salign="right">\r\n<input\stype="submit"\sname="submit"\svalue="Submit">\r\n</td>\r\n<td>After\sfilling\sin\sthe\sinformation\sabove,\spress\sthis\sbutton\sto\screate\r\nthe\snew\sticket</td>\r\n</tr>\r\n<tr>\r\n<td\salign="right">\r\n<input\stype="submit"\sname="cancel"\svalue="Cancel">\r\n</td>\r\n<td>Abandon\sand\sforget\sthis\sbug\sreport</td>\r\n</tr>\r\n</table>
J foundin 713b8be852\s\s2009-08-28
J private_contact 21c0f447532234366dbec18d60d747db150b5faa
J severity Minor
J status Open
J title Have\sto\sedit\sa\sticket\stwice\sonce\sfor\stext\sanother\sfor\sdrop\sdown\sbox.
J type Code_Defect
K 4c8803b3b16812d64f4327bec87bafac07d68537
U anonymous
Z 9ff688d3577b3f7471bd08dbc226790d