stable

Clone or download

Read-only

Store the xml used by tracker creation import

part of story #14766 Have an import from jira structure How to test: - Create trackers from standard project import - Create a tracker from jira => in both cases tou should have the xml used for import stored in /var/lib/tuleap/xml_import Change-Id: If76b569e3fc6e53685a2a418b9f3b7a4addf799a

Modified Files

Name
A plugins/tracker/include/Tracker/XML/Importer/TrackerXmlSaver.php +46 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +14 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php +21 −1 Go to diff View file
A plugins/tracker/tests/unit/Tracker/XML/Importer/TrackerXmlSaverTest.php +50 −0 Go to diff View file