stable

Clone or download

Read-only

The "Assigned to me" report should be configured for new kanbans

This is part of story #10663 - filtered view in kanban This commit adds public Assigned to me reports as a filter for default kanban created by Tuleap. A refacto will be done in a next commit to extract REST classes used in FirstKanbanCreator. Change-Id: If7938a9dd8d3d393a7dd98daaf4faf6ccef9b6d2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +49 −4 Go to diff View file
M plugins/agiledashboard/resources/Tracker_kanbantask.xml +1 −1 Go to diff View file
M plugins/agiledashboard/tests/bootstrap.php +3 −3 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/FirstKanbanCreatorTest.php +169 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +1 −1 Go to diff View file