summaryrefslogtreecommitdiff
path: root/app/models/project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index e163b361bb8..ffdd13b72d5 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -1294,10 +1294,6 @@ class Project < ApplicationRecord
@monitoring_service ||= monitoring_services.reorder(nil).find_by(active: true)
end
- def jira_tracker?
- issues_tracker.to_param == 'jira'
- end
-
def avatar_in_git
repository.avatar
end
@@ -1606,10 +1602,6 @@ class Project < ApplicationRecord
end
end
- def jira_tracker_active?
- jira_tracker? && jira_service.active
- end
-
def allowed_to_share_with_group?
!namespace.share_with_group_lock
end