stable
Clone or download
Read-only
This is part of story #14925 Import Jira issue comments Comments are now imported with the issue's data. Rendered content is imported in best effort. All the comments belong to the system user for now. Change-Id: I469755297e6c90774a88de287b5a2e280562f42b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ChangelogEntriesBuilder.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ChangelogResponseRepresentation.php | +20 | −5 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/Comment.php | +75 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentAPIResponseNotWellFormedException.php | +28 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentResponseRepresentation.php | +113 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentValuesBuilder.php | +102 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentXMLExporter.php | +77 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/DataChangesetXMLExporter.php | +15 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php | +1 | −1 | Go to diff View file |
R | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/ChangelogSnapshotBuilder.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/CurrentSnapshotBuilder.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/FieldSnapshot.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/InitialSnapshotBuilder.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/IssueSnapshotCollectionBuilder.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/Snapshot.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +12 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraConnectionException.php | +11 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +6 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php | +52 | −4 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentResponseRepresentationTest.php | +77 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentTest.php | +67 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php | +22 | −15 | Go to diff View file |
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/ChangelogSnapshotBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/CurrentSnapshotBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/InitialSnapshotBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/Snapshot/IssueSnapshotCollectionBuilderTest.php | Go to diff View file |