stable
Clone or download
Read-only
story #17882 define cross project hierarchy between Features and User Stories You can nowpass more than a team tracker id in hierarchy - route only accepts a single tracker_id by team project - hierarchy can be defined between multiple team project Change-Id: I82b780da058ab50b99bb6bbebadf004834f99ca7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchyAdapter.php | +5 | −19 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchySaver.php | +1 | −1 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Hierarchy/TeamCanOnlyHaveOneBacklogTrackerException.php | +31 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Team/TeamTrackerAdapter.php | +44 | −16 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Hierarchy/BuildHierarchy.php | +3 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Hierarchy/CreateHierarchy.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Hierarchy/Hierarchy.php | +6 | −6 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Hierarchy/HierarchyCreator.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/REST/v1/ProjectResourcePutHierarchyRepresentation.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/include/REST/v1/ScaledAgileResource.php | +2 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Team/BuildTeamTracker.php | +5 | −5 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/ScaledAgile/ScaledAgileResourceTest.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Hierarchy/HierarchyAdapterTest.php | +7 | −33 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Hierarchy/HierarchySaverTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Team/TeamTrackerAdapterTest.php | +96 | −14 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Hierarchy/HierarchyCreatorTest.php | +3 | −3 | Go to diff View file |