stable

Clone or download

Read-only

Refacto: move builder to FeaturePlanChange

This is part of story #20111 change features priority No functional changes. How to test: - Have feature with linked user stories in Team project - Plan feature in Program Increment - Go to team project Expcted results: - User stories should be planned in mirrored release Change-Id: I5cfb0bc141112cda7f1024a61db6bdd78219c165

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php +1 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php +2 −1 Go to diff View file
D plugins/program_management/include/Adapter/Program/Feature/Links/FeatureToLinkBuilder.php +0 −52 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlanner.php +10 −8 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Feature/ArtifactsLinksSearch.php +31 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Content/FeaturePlanChange.php +19 −1 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +2 −3 Go to diff View file
D plugins/program_management/tests/unit/Adapter/Program/Feature/Links/FeatureToLinkBuilderTest.php +0 −48 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlannerTest.php +19 −21 Go to diff View file
A plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Content/FeaturePlanChangeTest.php +57 −0 Go to diff View file