Skip to content

Turn on the Feature Flag of ZenTao

Baodong requested to merge icbd/gitlab:feature_flag/zentao into master

Feature issue: #338178 (closed).

Trial repository: https://gitlab.com/icbd-trial/integrate-zentao

Project id: 30733759

Turn on Feature Flag in console:

project_id = 30733759
project = Project.find(project_id)
Feature.enable(:zentao_issues_integration, project)
Edited by Luke Duncalfe

Merge request reports