stable

Clone or download

Read-only

Merge 'gerrit #25765' into stable/master

* commit 'de7a01d0e3': request #26408 Import of jira issue link types with not supported characters Change-Id: I8799dac0aa76e4f259bfd39ca1361db2ac0905e7

Modified Files

Name
M plugins/jira_import/include/Project/ArtifactLinkType/ArtifactLinkTypeImporter.php +9 −16 Go to diff View file
M plugins/jira_import/include/jira_importPlugin.php +6 −3 Go to diff View file
M plugins/jira_import/tests/unit/Project/ArtifactLinkType/ArtifactLinkTypeImporterTest.php +11 −11 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactLinkTypeConverter.php +82 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php +8 −27 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/GetExistingArtifactLinkTypes.php +31 −0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/GetMissingArtifactLinkTypes.php +29 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilder.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +6 −3 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactLinkTypeConverterTest.php +182 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php +9 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php +68 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraXmlExporterTest.php +9 −8 Go to diff View file