stable

Clone or download

Read-only

Import links between issues as artifact links

As a first step, issuelinks are imported as "bare" artifact links, ie. without types. The link types will be treated in a dedicated commit. Part of story #18859 import a whole Jira project in CLI Change-Id: I5df92de4fa2936c32c24d1817cf6e8573f7b2dca

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php +24 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +4 −0 Go to diff View file
A plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilder.php +58 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php +4 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php +60 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilderTest.php +62 −0 Go to diff View file