stable

Clone or download

Read-only

Format text values as HTML when last value is processed in changelog

This is part of story #14927 Import issue history So that in last changeset, we don't have multi change based on HTML switch format. Change-Id: Icb64eb3213015401aedb874c53e6d774bd565d61

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/ChangelogSnapshotBuilder.php +15 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/InitialSnapshotBuilder.php +2 −15 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/IssueSnapshotCollectionBuilder.php +16 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/DataChangesetXMLExporter.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/LastDataChangesetXMLUpdater.php +3 −59 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +1 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/ChangelogSnapshotBuilderTest.php +77 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/InitialSnapshotBuilderTest.php +44 −40 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/IssueSnapshotCollectionBuilderTest.php +80 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/LastDataChangesetXMLUpdaterTest.php +1 −157 Go to diff View file