stable

Clone or download

Read-only

fix: request #26760 Jira import conflict on improperly duplicated values

This commit doesn't deal with all kind of duplicates (like "rominét" vs "rominèt"). However dealing with those conflict would require a massive refactoring to keep the field name transformation on all conversion stack (mapping). This refactoring would be massive and this approach, while not perfect is still better than current state. Change-Id: I92e2500362f3f3fe45afd16f177b10224bad230d

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/FieldNameFormatter.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php +27 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/tracker.xml +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/tracker.xml +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/tracker.xml +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/FieldNameFormatterTest.php +3 −5 Go to diff View file