dev

Clone or download

Read-only

story #6935: be able to append a backlog item directly to a milestone

Change-Id: I8c19b0241e77877107e41479466d7076c2d75b63

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php +11 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +71 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +13 −0 Go to diff View file
A plugins/tracker/include/REST/v1/BacklogItemReference.class.php.php +35 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M src/common/REST/Header.class.php +4 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +5 −3 Go to diff View file
M tests/rest/MilestoneBacklogTest.php +20 −1 Go to diff View file