id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
7812,[PATCH] Handle references between imported tickets,ChrisNelson,ChrisNelson,This enhancement facilitates importing projects from Microsoft Project or similar programs by handling references to other tickets in the import such as dependencies and WBS (parent/child).  Dependencies work well with the MasterTicket plugin.  I know of no good support for parent/child tasks yet.\r\n\r\nFor example:\r\n\r\n||'''summary'''||'''#blockedby'''||'''#wbs'''||\r\n||Design schematic||||1||\r\n||Layout board||1||2||\r\n||Check board||2||2.1||\r\n||Manufacture prototypes||2_3||2.2||\r\n||Prototype verification||4||3||\r\n\r\nOnce imported_ this list might become:\r\n\r\n||'''id'''||'''summary'''||'''blockedby'''||'''wbs'''||\r\n||3000||Design schematic||||||\r\n||3001||Layout board||3000||||\r\n||3003||Check board||3001||3001||\r\n||3004||Manufacture prototypes||3001_3003||3001||\r\n||3005||Prototype verification||3004||||\r\n\r\nThis is provided in several patches which first change some plugin code to facilitate the enhancement_ then add dependency support_ then add WBS support.  Each patch depends on those before it but can be used without those after it.,enhancement,closed,normal,TicketImportPlugin,normal,fixed,ticket dependency subtask wbs,,0.11
