dev

Forked from tuleap/dev

Clone or download

Read-only

story #7571 - Add "Top backlog" option in "in milestone" filter

* add priority number in result * DO NOT filter out unrelated artifacts at the moment Change-Id: I43b534b6385b8e38c9e641d7eb48005f4c34bd14

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FieldPriorityAugmenter.php +11 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php +28 −8 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Milestone/SelectedMilestoneProvider.php +79 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php +38 −16 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +15 −2 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/SequenceIdManagerTest.php +35 −1 Go to diff View file