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\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\r\nEnter\sA\sNew\sBug\sReport\r\n\r\n\r\n\r\nEnter\sa\sone-line\ssummary\sof\sthe\sproblem:
\r\n">\r\n\r\n\r\n\r\n\r\nType:\r\ncombobox\stype\s$type_choices\s1\r\n\r\nWhat\stype\sof\sticket\sis\sthis?\r\n\r\n\r\n\r\nAssign\sTo:\r\ncombobox\stype\s$assigned_To_choices\s1\r\n\r\nWho\sis\sthis\sticket\sassigned\sto?\r\n\r\n\r\n\r\nFile:\r\n">\r\n\r\nIn\swhat\sfile\sdid\syou\sobserve\sthe\sproblem?\r\n\r\n\r\n\r\nSeverity:\r\ncombobox\sseverity\s$severity_choices\s1\r\n\r\nHow\sdebilitating\sis\sthe\sproblem?\s\sHow\sbadly\sdoes\sthe\sproblem\r\naffect\sthe\soperation\sof\sthe\sproduct?\r\n\r\n\r\n\r\n\r\n\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
\r\nset\snline\s[linecount\s$comment\s50\s10]\r\n$
\r\n\r\n\r\n\r\nenable_output\s[info\sexists\spreview]\r\n\r\nDescription\sPreview:

\r\nwiki\s$comment\r\n
\r\n\r\nenable_output\s1\r\n\r\n\r\n\r\n\r\n\r\nAfter\sfilling\sin\sthe\sinformation\sabove,\spress\sthis\sbutton\sto\screate\r\nthe\snew\sticket\r\n\r\n\r\n\r\n\r\n\r\nAbandon\sand\sforget\sthis\sbug\sreport\r\n\r\n 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