stable

Clone or download

Read-only

IssueType object is passed at export

Less primitive, less confusions. Part of story #19242 create Jira project with Agile configuration Change-Id: Icc234717bc65c8cdf0e52d352f9b19e27afaee40

Modified Files

Name
M plugins/jira_import/include/Project/CreateProjectFromJira.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/JiraImporter/Configuration/JiraTimetrackingConfigurationRetriever.php +3 −2 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Configuration/PlatformConfigurationForExternalPluginsEvent.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Configuration/PlatformConfigurationRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php +13 −9 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +8 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraRunner.php +10 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackerBuilder.php +16 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackersListController.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php +9 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php +5 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackerBuilderTest.php +40 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackersListControllerTest.php +1 −1 Go to diff View file