stable

Clone or download

Read-only

Features can be added to the top backlog

The REST endpoint PATCH /projects/:id/program_backlog can now be used to add an element to the top backlog. Part of story #18408: plan Features in Program Increment Change-Id: I548c8440a0edf827cec30db3d7b5bfc1731e823b

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactsExplicitTopBacklogDAO.php +33 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php +22 −7 Go to diff View file
M plugins/program_management/include/Program/Backlog/TopBacklog/TopBacklogChange.php +7 −1 Go to diff View file
M plugins/program_management/include/REST/v1/BacklogPatchRepresentation.php +8 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +5 −1 Go to diff View file
R plugins/program_management/include/REST/v1/BacklogRemoveRepresentation.php Go to diff View file
M plugins/program_management/tests/rest/_fixtures/program_program_management/project.xml +43 −0 Go to diff View file
M plugins/program_management/tests/rest/v1/ProjectResourceTest.php +77 −22 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php +14 −9 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/TopBacklog/TopBacklogUpdaterTest.php +1 −1 Go to diff View file