stable
Clone or download
part of request #39352 Program add to top backlog post-action should ignore Teams How to test: - Set up a Program project (A) that will serve as template. - Configure a tracker and custom labels for Iterations in Program A. - Create a new B project from a project that you are admin of, and select A as template. Create the project. - In program_management_syslog, you should see a log line detailing the new program ID (project B), the mapped data for Program Increment, and the mapped tracker ID for Iteration tracker in project B, and the label and sub-label for Iterations retrieved from Project A. - When there is no Iteration tracker set up in project A, only empty strings are logged. Why? This is a next step towards applying the tracker mapping for all configured trackers for Program configuration. In next steps, we will apply the mapping for trackers that can be planned (Features and Enablers). Change-Id: I5173b772ab73cb304a6b1065db4ac0c8d77767b7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Events/TrackersDuplicatedHandler.php | +20 | −9 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/PlanConfigurationDAO.php | +8 | −7 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramUserGroupCollection.php | +5 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/Inheritance/PlanInheritanceHandler.php | +55 | −7 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/NewIterationTrackerConfiguration.php | +12 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/NewPlanConfiguration.php | +4 | −7 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/NewProgramIncrementTracker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/PlanConfiguration.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/PlanConfigurationCreator.php | +7 | −6 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/ProgramUserGroup.php | +5 | −0 | Go to diff View file |
M | plugins/program_management/tests/integration/Adapter/Program/Plan/PlanConfigurationDAOTest.php | +11 | −8 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/TrackersDuplicatedHandlerTest.php | +8 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/Inheritance/PlanInheritanceHandlerTest.php | +45 | −11 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/NewIterationTrackerConfigurationTest.php | +30 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/NewProgramIncrementTrackerTest.php | +2 | −2 | Go to diff View file |