stable
Clone or download
Read-only
This is part of story #19242 create Jira project with Agile configuration No functional changes. How to test: => You can still export and import project with a cardwall configuration => You can still import jira project with a cardwall Change-Id: I1a5294b46c2580116992d4586a119e0f9f1cfff6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/include/CardwallConfigXmlExport.class.php | +48 | −47 | Go to diff View file |
A | plugins/cardwall/include/XML/XMLCardwall.php | +55 | −0 | Go to diff View file |
A | plugins/cardwall/include/XML/XMLCardwallColumn.php | +119 | −0 | Go to diff View file |
A | plugins/cardwall/include/XML/XMLCardwallMapping.php | +74 | −0 | Go to diff View file |
A | plugins/cardwall/include/XML/XMLCardwallMappingValue.php | +52 | −0 | Go to diff View file |
A | plugins/cardwall/include/XML/XMLCardwallTracker.php | +89 | −0 | Go to diff View file |
A | plugins/cardwall/tests/Tuleap/Cardwall/XML/XMLCardwallColumnTest.php | +116 | −0 | Go to diff View file |
A | plugins/cardwall/tests/Tuleap/Cardwall/XML/XMLCardwallMappingTest.php | +48 | −0 | Go to diff View file |
A | plugins/cardwall/tests/Tuleap/Cardwall/XML/XMLCardwallTest.php | +61 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraAgileImporter.php | +9 | −7 | Go to diff View file |