stable

Clone or download

Read-only

closes request #21007 Only US linked to project should be added to Release when feature is planned

How to test: - Have feature in top backlog of the program - Have 2 teams with user stories link to the feature - Go to program service - Have a program increment linked to Mirrored Release in teams - Plan feature in program increment - Go to Mirrored Release and see the last changeset => Only User Stories of the project are listed in the changeset Change-Id: I45ed8492eb22666fb22810b6c2efb81e278cd699

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlanner.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/ArtifactsLinksSearch.php +1 −1 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Feature/Content/FeatureChange.php +52 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Content/FeaturePlanChange.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/FieldData.php +27 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlannerTest.php +61 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Content/FeaturePlanChangeTest.php +6 −3 Go to diff View file