stable
Clone or download
Read-only
request #10125: Imported tasks are being duplicated
Given the following structure for artifacts folders : R1 <----------- Story A | `------------ `-- Task A.A `-- R1.1 <----- Story B . `----- `-- Task B.A When I convert to agiledashboard links: - Task A.A will not be linked to R1 because it is child of Story A that is linked to R1 - Task B.A will not be linked to R1.1 because it is child of Story B that is linked to R1.1 Change-Id: I7b8bb1f1e74acabd7581a030a4b631067d2fa313
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php | +8 | −1 | Go to diff View file |
A | plugins/artifactsfolders/include/Converter/AncestorFolderChecker.php | +62 | −0 | Go to diff View file |
M | plugins/artifactsfolders/include/Converter/ArtifactsFoldersToScrumV2Converter.php | +23 | −3 | Go to diff View file |
M | plugins/artifactsfolders/include/Converter/CollectionOfLinksToAdd.php | +3 | −2 | Go to diff View file |
M | plugins/artifactsfolders/include/Converter/ConverterDao.php | +4 | −2 | Go to diff View file |
M | plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php | +14 | −0 | Go to diff View file |
M | plugins/artifactsfolders/include/autoload.php | +3 | −2 | Go to diff View file |