stable

Clone or download

Read-only

chore(jira): Extract export of an issue as XML in a dedicated object.

This is part of story #32788 Introduce the Jira project import with a solo tracker No functional change expected here. This object will be reused in both multi and mono tracker project import. An issue is exported in XML in the same way. This object is tested through export high level unit tests. Change-Id: I74720fba890e9d8e971140365f088127c8ecc1d5

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsInDedicatedTrackerXMLExporter.php +5 −101 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/IssueAsArtifactXMLExporter.php +100 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporter.php +59 −55 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsInDedicatedTrackerXMLExporterTest.php +68 −64 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporterTest.php +67 −63 Go to diff View file