stable

Clone or download

Read-only

[bug] Fix some bugs in Jira import

request #21859 Fix some issues in Jira import Two main issues have been identified in Jira import : * issueType with some special characters like "Sous tΓ’che" * Date initial values The `PJS` project had issue types in french (Sous-tΓ’ches) and it was not compatible with tracker item_name rules. Introduce a new debug statement in the import command to gather details on what's going on during import. Initial value retriever is also enchanced to deal with date fields. Change-Id: Ie0f7c40b9ae40c0bde869d78059345be18b949f5

Modified Files

Name
M plugins/jira_import/include/Project/CreateProjectFromJira.php +3 βˆ’1 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJiraCommand.php +24 βˆ’3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/ClientWrapper.php +38 βˆ’4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php +2 βˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilder.php +32 βˆ’4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +1 βˆ’2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapper.php +2 βˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraConnectionException.php +6 βˆ’2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationDataChecker.php +9 βˆ’3 Go to diff View file
M plugins/tracker/include/Tracker/XML/XMLTracker.php +6 βˆ’0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilderTest.php +52 βˆ’12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationDataCheckerTest.php +20 βˆ’0 Go to diff View file