stable

Clone or download

Read-only

Cannot create a new Program project

Part of story #17879: add Teams to Programs /projects/{id}/scaled_agile_teams should not complains if project is not already defined as a program Change-Id: I81912afb7bd9d6f9b8049a75dc1cea23ad87a2ee

Modified Files

Name
M plugins/scaled_agile/include/Adapter/Program/Plan/ProgramAdapter.php +25 −6 Go to diff View file
M plugins/scaled_agile/include/Adapter/Team/TeamAdapter.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Hierarchy/HierarchyCreator.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Plan/BuildProgram.php +8 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Plan/PlanCreator.php +1 −1 Go to diff View file
R plugins/scaled_agile/tests/rest/init_test_data.php Go to diff View file
M plugins/scaled_agile/include/Team/Creation/BuildTeam.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Team/Creation/TeamCollection.php +4 −4 Go to diff View file
M plugins/scaled_agile/include/Team/Creation/TeamCreator.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php +17 −14 Go to diff View file
D plugins/scaled_agile/tests/rest/ScaledAgileDataBuilder.php +0 −42 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +38 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Team/TeamAdapterTest.php +5 −5 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Hierarchy/HierarchyCreatorTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Plan/PlanCreatorTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Team/TeamCreatorTest.php +3 −3 Go to diff View file