summaryrefslogtreecommitdiff
path: root/app/models/project.rb
diff options
context:
space:
mode:
authorYauhen Kotau <yauhen.kotau@psa-software.com>2019-02-18 20:08:36 +0300
committerYauhen Kotau <yauhen.kotau@psa-software.com>2019-02-18 20:08:36 +0300
commit04daa0b9701cd5b53c3c1fd6529aba05e4189114 (patch)
tree2680c1b9eca8317168018e2219d7fb718e32848f /app/models/project.rb
parentfe10964a6884162b9272ec3a32a5736c2a997ab2 (diff)
downloadgitlab-ce-04daa0b9701cd5b53c3c1fd6529aba05e4189114.tar.gz
Added YouTrack integration
Fixes gitlab-org/gitlab-ce#42595
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index c72d3a3b725..ec6b9b495d4 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -160,6 +160,7 @@ class Project < ActiveRecord::Base
has_one :pushover_service
has_one :jira_service
has_one :redmine_service
+ has_one :youtrack_service
has_one :custom_issue_tracker_service
has_one :bugzilla_service
has_one :gitlab_issue_tracker_service, inverse_of: :project