stable

Clone or download

Read-only

Ensure to check that is an iteration tracker

This is part of story #21368 create mirrored iteration No functional changes expected. How to test: - Go to Program project - Have Iteration tracker configured - Open program_management_syslog file - Go to tracker => There are only debug logs "Checking if Iteration can be created [...]", when you attempt to create a new Iteration Change-Id: I002dc0ccf882d77e56a4fc0b5eb710c56abab569

Modified Files

Name
A plugins/program_management/include/Adapter/Program/Backlog/Iteration/IterationsDAO.php +37 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/IterationCreatorChecker.php +15 −2 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Iteration/VerifyIsIterationTracker.php +28 −0 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/IterationCreatorCheckerTest.php +25 −1 Go to diff View file
A plugins/program_management/tests/unit/Stub/VerifyIsIterationTrackerStub.php +50 −0 Go to diff View file