stable

Clone or download

Read-only

Remove features from the top backlog when necessary

A feature is removed from the top backlog when: * the feature is deleted * the plan is modified and the artifact is no more in a plannable tracker * the feature is manually added to a program increment At the moment the only way to test is to manually add features into the DB table plugin_scaled_agile_explicit_top_backlog. Part of story #18408: plan Features in Program Increment Change-Id: I3113a7ad53a68dbf444c2a3f8d7ea90567fc0e93

Modified Files

Name
A plugins/scaled_agile/include/Adapter/Program/Backlog/TopBacklog/ArtifactsExplicitTopBacklogDAO.php +49 −0 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Plan/PlanDao.php +7 −0 Go to diff View file
M plugins/scaled_agile/include/Adapter/Workspace/WorkspaceDAO.php +2 −1 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +27 −1 Go to diff View file