stable

Clone or download

Read-only

Jira user retrieval must not be linked to issue

This is part of story #19253 import worklog as timetracking Other part of Jira can work with users (i.e worklogs). So we need to remove the link between jira user retriever object and jira issue representation. Jira user retrieval must be done in a dedicated namespace. This refactoring does not bring any functional change. Change-Id: I4a8a858807ef33264c347fd9bee31f8e2f562798

Modified Files

Name
M plugins/jira_import/include/Project/CreateProjectFromJira.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/AsynchronousJiraRunner.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetriever.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilder.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilder.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/IssueSnapshotCollectionBuilder.php +9 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotificationPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotifier.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +8 −8 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraMinimalUserInformationMissingException.php +31 −0 Go to diff View file
R plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraTuleapUsersMapping.php Go to diff View file
R plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraUserInfoQuerier.php Go to diff View file
R plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraUserOnTuleapCache.php Go to diff View file
R plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/JiraAuthorRetriever.php Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraRunner.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php +10 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetrieverTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilderTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilderTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/IssueSnapshotCollectionBuilderTest.php +12 −13 Go to diff View file
R plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/JiraAuthorRetrieverTest.php Go to diff View file
R plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/JiraTuleapUsersMappingTest.php Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php +1 −1 Go to diff View file