stable

Clone or download

Read-only

Merge commit 'refs/changes/99/29399/2' of ssh://gerrit.tuleap.net:29418/tuleap

# By Yannis ROSSETTO # Via Yannis ROSSETTO * ssh://gerrit.tuleap.net:29418/tuleap: Close request #34349 Jira import must add assignee field in card semantic

Modified Files

Name
A plugins/cardwall/include/JiraImport/CardSemanticExporter.php +50 −0 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +10 −0 Go to diff View file
A plugins/cardwall/tests/unit/JiraImport/CardSemanticExporterTest.php +58 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraIssuesFromProjectInMonoTrackerInXmlExporter.php +1 −1 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Semantic/ExternalSemanticsExportEvent.php +36 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporter.php +13 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporterTest.php +10 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromProjectInMonoTrackerInXmlExporterTest.php +10 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php +34 −21 Go to diff View file