stable

Clone or download

Read-only

route PUT /hierarchy should accept top plannable tracker and not top backlog tracker

part of story #17882 define cross project hierarchy between Features and User Stories You can check that it's the expected behaviour with the following use case: - use user story as team tracker in your hierarchy In your program tracker, create an artifact, link it to a team story => _is_child link should be accepted Change-Id: I5600fe323f96cfb423a6a67404021c97b2ff0c2f

Modified Files

Name
M plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchyAdapter.php +4 −3 Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/TeamTrackerMustBeATopBacklogOneException.php Go to diff View file
M plugins/scaled_agile/include/Adapter/Team/TeamTrackerAdapter.php +1 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Hierarchy/BuildHierarchy.php +2 −2 Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamTracker.php 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 +8 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Team/TeamTrackerAdapterTest.php +1 −0 Go to diff View file