stable

Clone or download

Read-only

request #11063 kanban should be importable

We should be able to import a Kanban with its own configuration Example of import: <kanban_list title="Kanban"> <kanban tracker_id="T22" name="My personnal kanban"> <column wip="1" REF="V383"/> </kanban> <kanban tracker_id="T15" name="Support requests" /> </kanban_list> Where T22 is the tracker id And column id is the value of the column in kanban (aka id of semantic status open value) Change-Id: I162c6a652ea52b18d73df04b1bca383c8e2c153d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +3 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php +138 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +55 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/Kanban/KanbanXmlImporterTest.php +214 −0 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rnc +13 −1 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rng +29 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_FromAnotherPlatform.php +8 −10 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +2 −0 Go to diff View file
M plugins/tracker/tests/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +16 −1 Go to diff View file
M src/common/event/Event.class.php +1 −0 Go to diff View file
M src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +29 −0 Go to diff View file