Commit 16cf0fc9 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'enable-tracking-iteration-events-ff' into 'master'

Enable iteration change event tracking

See merge request gitlab-org/gitlab!40841
parents 4c8520fd 5477ee76
......@@ -64,7 +64,7 @@ module EE
end
def iteration_changes_tracking_enabled?
::Feature.enabled?(:track_iteration_change_events, issuable.project)
::Feature.enabled?(:track_iteration_change_events, issuable.project, default_enabled: true)
end
end
end
......
---
title: Track iteraton changes using resource events
merge_request: 40841
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment