stable
Clone or download
Read-only
part of story #14766 Have an import from jira structure How to test: Be sure to have tuleap config-set display_jira_importer 1 Fill form creation data. Tracker have how an empty report. We need to be able to import artifact and have the field mapping to be able to add the summary in columns. It will be done in a dedicated commit later. Change-Id: I755ad6cdfdad44160d9ea921efcda8ea1d5eee7f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +15 | −7 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporter.php | +59 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraCredentials.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Creation/JiraImporter/Import/JiraXmlExporterTest.php | +16 | −6 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporterTest.php | +63 | −0 | Go to diff View file |