stable

Clone or download

Read-only

XML import of explicit backlog content

This is part of story #14000 manage "en masse" backlog operations Top backlog content in explicit mangement can be added with REST project XML import: <top_backlog> <artifact artifact_id ="125"/> </top_backlog> It skips unkown artifacts and artifacts that are not in top backlog trackers. It does not import anything if the project does not have plannings. Undone work is logged in /var/log/tuleap/project_xml_import_syslog Change-Id: I9742fbb87560f70dd9f2781b6ea9f017fabc41b9

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +25 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/XMLImporter.php +71 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +15 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +2 −0 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/ExplicitBacklog/XMLImporterTest.php +251 −9 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rnc +5 −0 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rng +11 −0 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +21 −4 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +3 −1 Go to diff View file
M plugins/cardwall/phpunit/CardwallConfigXmlImportTest.php +17 −6 Go to diff View file
M src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +11 −0 Go to diff View file