stable

Clone or download

Read-only

XML import of explicit backlog configuration

This is part of story #14000 manage "en masse" backlog operations Explicit backlog management can be set through the XML import. You can add the following XML content in <agiledashboard> to enable the feature: <admin> <scrum> <explicit_backlog is_used="1"/> </scrum> </admin> Change-Id: If9ec77464e4bbb9594b08f06a3aba22745551287

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +10 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/XMLImporter.php +51 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +5 −0 Go to diff View file
A plugins/agiledashboard/phpunit/AgileDashboard/ExplicitBacklog/XMLImporterTest.php +96 −0 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rnc +8 −1 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rng +11 −0 Go to diff View file
M src/common/xml/PHPCast.php +2 −3 Go to diff View file
M src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +11 −0 Go to diff View file