Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jira_connect_helper.rb « helpers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c30eb1b007a247f4575c762d01e30b740be40d83 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module JiraConnectHelper
  def new_jira_connect_ui?
    Feature.enabled?(:new_jira_connect_ui, type: :development, default_enabled: :yaml)
  end
end