Merge pull request #22025 from opf/implementation/72217-create-feature-flag

[#72217] Feature flug for Scrum Projects (backlogs module overhaul)
This commit is contained in:
Jens Ulferts
2026-02-18 09:19:44 +01:00
committed by GitHub
+3
View File
@@ -64,3 +64,6 @@ OpenProject::FeatureDecisions.add :new_project_overview,
description: "Enables the new project overview experience.",
force_active: true
OpenProject::FeatureDecisions.add :scrum_projects,
description: "Enables an overhauled version of the backlogs module to " \
"support Scrum projects with a new sprint planning experience. "