stable

Clone or download

Read-only

Refacto : Be able to add new artifacts to be planned

story #9857 see top backlog planning with mono-milestone This commit works only for TopBacklog planning in scrum V2. The 409 error gestion for submilestones will be done in a dedicated commit It don't changes anything for scrum V1 Change-Id: Id0d4c15062723b69287c30c9e5303fd48b236902

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogStrategyFactory.class.php +13 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantBacklogStrategy.class.php +24 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +20 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +9 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php +5 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +10 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/MilestoneResourceValidatorTest.php +2 −1 Go to diff View file
M plugins/cardwall/include/Pane.class.php +5 −1 Go to diff View file