stable

Clone or download

Read-only

chore: Move XML Node actions in a dedicated class

This is part of story #32788 Introduce the Jira project import with a solo tracker No functionnal change expected here in all existing imports. Change-Id: I3a632597e6f69ca04f8ec56ac89f8af41199a119

Modified Files

Name
M plugins/jira_import/include/Project/ReplayImportCommand.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraAllIssuesMultiTrackersInXmlExporter.php +2 −19 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporter.php +2 −69 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/XML/JiraXMLNodeBuilder.php +101 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php +0 −1 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/XML/JiraXMLNodeBuilderTest.php +98 −0 Go to diff View file