stable
Clone or download
Read-only
Sub-tasks are different of `issuelinks` in Jira whereas it's almost the same thing in Tuleap. Part of story #18859 import a whole Jira project in CLI Change-Id: I8c953669cf0d2b8be36070cc7ec0d5d4c8a9ede6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporter.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php | +8 | −3 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ArtifactLinkValue.php | +49 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilder.php | +7 | −2 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Exporter/FieldChange/ArtifactLinkChange.php | +50 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilder.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php | +72 | −20 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php | +56 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilderTest.php | +24 | −2 | Go to diff View file |