stable

Clone or download

Read-only

Add status and time frame information in the Program Increment representation

Also note that Program Increments are now retrieved even if the user cannot read the status (or if there is not one) to be more in line with the behavior of milestones in the agile dashboard. Part of story #18408: plan Features in Program Increment Change-Id: I50df3a5042f2e7eb93b77f16e2ad36458544907a

Modified Files

Name
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsDAO.php +8 −7 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php +30 −10 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrement.php +19 −2 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ProgramIncrementRepresentation.php +24 −3 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ProjectResource.php +11 −2 Go to diff View file
M plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php +4 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php +19 −23 Go to diff View file