﻿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.

For example:

||'''summary'''||'''#blockedby'''||'''#wbs'''||
||Design schematic||||1||
||Layout board||1||2||
||Check board||2||2.1||
||Manufacture prototypes||2,3||2.2||
||Prototype verification||4||3||

Once imported, this list might become:

||'''id'''||'''summary'''||'''blockedby'''||'''wbs'''||
||3000||Design schematic||||||
||3001||Layout board||3000||||
||3003||Check board||3001||3001||
||3004||Manufacture prototypes||3001,3003||3001||
||3005||Prototype verification||3004||||

This 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
