stable

Clone or download

Read-only

Refactoring: use createmeta route to retrieve field information

This is part of story #14766 Have an import from jira structure No functional changes expected here. This introduce the usage of a new route that is able to retrieve more information about required and permissions. Change-Id: I51124871d1b19a568ca310ab1895168832051385

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +7 −3 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldAPIRepresentation.php +86 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldRetriever.php +17 −8 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapper.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldRetrieverTest.php +61 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php +33 −46 Go to diff View file