summaryrefslogtreecommitdiff
path: root/app/services/jira
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-29 21:10:44 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-29 21:10:44 +0000
commitcb37aee9894007e60893693d5d48199ea0f0958f (patch)
tree49cfdd627a74b5f3f94b0a498a39e3be3b38af33 /app/services/jira
parent888564d614552b19b44029f530a67592d66c06fd (diff)
downloadgitlab-ce-cb37aee9894007e60893693d5d48199ea0f0958f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/jira')
-rw-r--r--app/services/jira/requests/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/jira/requests/base.rb b/app/services/jira/requests/base.rb
index 3e15d47e8af..f73bba55bb9 100644
--- a/app/services/jira/requests/base.rb
+++ b/app/services/jira/requests/base.rb
@@ -3,7 +3,7 @@
module Jira
module Requests
class Base
- include ProjectServicesLoggable
+ include Integrations::Loggable
JIRA_API_VERSION = 2
# Limit the size of the JSON error message we will attempt to parse, as the JSON is external input.