stable

Clone or download

Read-only

fix(jira): JiraServer user management in changelog

In a different data set, we identified how users are managed in changelog and the implementation that was done initially was not taking that into account. Part of: request #22580 Creation of new tracker from Jira doesn't work with Jira Server Change-Id: I036cbcd4ffe2778388d4d2303b971d6990dbed77

Modified Files

Name
M plugins/jira_import/include/Project/ReplayImportCommand.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/ActiveJiraServerUser.php +4 −4 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraUserBuilder.php +54 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraUserInfoQuerier.php +12 −10 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraUserRetriever.php +5 −28 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraClientReplay.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraXmlExporterTest.php +65 −8 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraUserInfoQuerierTest.php +72 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/0b9c774dd9c88048aa56716efe12f68bb4044e59.json +800 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/0c5326100b58e96b944ddb4dc3705341adfd2643.json +9 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/2473a89f8ae7abab13b347fe1a8e75e6a198904d.json +624 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/IXMC-680.json +911 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/a4fe0b816f7208078942441c89c1ddd16dc72c18.json +962 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/fc9c36f7926867002b6ba6f679dfb6848195e30d.json +353 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/manifest.log +8 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/user_3.json +15 −0 Go to diff View file