stable
Clone or download
Read-only
fix(jira): Close request #37215 Jira tracker import is broken without enterprise plugin
Given a tracker import from Jira on a Tuleap instance without the Jira plugin coming from Tuleap Enterprise, then this import will raise a fatal error: How to test ----------- * Remove the Jira enterprise plugin for your instance * Try to import a tracker from Jira => The import must work without any PHP fatal error Change-Id: I1d4cf244061929c419e72a95af6836ae8e2160f4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapper.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php | +5 | −5 | Go to diff View file |