stable

Clone or download

Read-only

Merge commit 'refs/changes/33/27633/3' of ssh://gerrit.tuleap.net:29418/tuleap

# By Yannis ROSSETTO # Via Yannis ROSSETTO * ssh://gerrit.tuleap.net:29418/tuleap: feat: Close request #30354 Copied artifact must be set in explicit backlog if source artifact is part of planning

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/CopiedArtifact/AddCopiedArtifactsToTopBacklog.php +59 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +17 −0 Go to diff View file
A plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/CopiedArtifact/AddCopiedArtifactsToTopBacklogTest.php +234 −0 Go to diff View file
A plugins/tracker/include/Tracker/Action/AfterArtifactCopiedEvent.php +50 −0 Go to diff View file
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +9 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php +21 −2 Go to diff View file