stable

Clone or download

Read-only

Scaled agile should not check semantic for program increment top backlog tracker

part of story #18408: plan Features in Program Increment How to test: Create an agiledashboard, then create a scale agile config and use a different tracker than release for Program Increment Create a PI from artifact view, check logs in /var/log/tuleap/scaled_agile_syslog you will see an error "Semantics are not well configured." With this patch, logs tells you "User can create a project increment in the project." Change-Id: Idd7953101ce75755a24c40f038d9d44f080bf4ce

Modified Files

Name
M plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/SemanticChecker.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/StatusSemanticChecker.php +3 −3 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckSemantic.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckStatus.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorChecker.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php +7 −7 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php +3 −3 Go to diff View file