stable

Clone or download

Read-only

feat: Apply tracker mapping to Trackers that can be planned

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 trackers that can be planned in Program Increments (for example Features and Enablers). - 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 Iteration, and the mapped tracker IDs for each tracker that can be planned. 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 user groups that can prioritize. Change-Id: I481a0b1dfbaa702bcebb92d2d4d5d4949b505717

Modified Files

Name
M plugins/program_management/include/Adapter/Events/TrackersDuplicatedHandler.php +12 −7 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanConfigurationDAO.php +7 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/Inheritance/PlanInheritanceHandler.php +27 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/NewPlanConfiguration.php +1 −13 Go to diff View file
R plugins/program_management/include/Domain/Program/Plan/NewPlannableTracker.php Go to diff View file
R plugins/program_management/include/Domain/Program/Plan/NewPlannableTrackerCollection.php Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanConfigurationCreator.php +2 −2 Go to diff View file
R plugins/program_management/include/Domain/Program/Plan/PlannableTrackerCannotBeEmptyException.php Go to diff View file
M plugins/program_management/tests/integration/Adapter/Program/Plan/PlanConfigurationDAOTest.php +56 −25 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/TrackersDuplicatedHandlerTest.php +22 −9 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/Inheritance/PlanInheritanceHandlerTest.php +11 −6 Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Plan/NewPlannableTrackerCollectionTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Plan/NewPlannableTrackerTest.php Go to diff View file