Commit e9c0d0ca authored by Alexandru Croitor's avatar Alexandru Croitor

Add jira issues import feature

parent cb0f94b1
...@@ -787,7 +787,7 @@ class Project < ApplicationRecord ...@@ -787,7 +787,7 @@ class Project < ApplicationRecord
end end
def jira_issues_import_feature_flag_enabled? def jira_issues_import_feature_flag_enabled?
Feature.enabled?(:jira_issue_import, self) Feature.enabled?(:jira_issue_import, self, default_enabled: true)
end end
def team 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