Commit 506418b2 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '213554-default-jira-issues-import-to-enabled' into 'master'

Add jira issues import feature

See merge request gitlab-org/gitlab!29188
parents ef63c0aa e9c0d0ca
......@@ -787,7 +787,7 @@ class Project < ApplicationRecord
end
def jira_issues_import_feature_flag_enabled?
Feature.enabled?(:jira_issue_import, self)
Feature.enabled?(:jira_issue_import, self, default_enabled: true)
end
def team
......
---
title: Add jira issues import feature
merge_request:
author:
type: added
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