summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-08-19 19:12:36 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-19 19:12:36 +0000
commit6eb39e59ab433589c190838dfa31d8df6ba6a0d6 (patch)
treebfff77c7c035e5aea729fb102c68f7954232edbb
parent070689cb433c6e7a160af08cd8a5c9cda94796bd (diff)
downloadgitlab-ce-6eb39e59ab433589c190838dfa31d8df6ba6a0d6.tar.gz
[CE] Add hooks to sync dev info to Jira using Connect App
-rw-r--r--config/sidekiq_queues.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index c7586aa1e38..ea165508d29 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -113,3 +113,4 @@
- [elastic_namespace_indexer, 1]
- [export_csv, 1]
- [incident_management, 2]
+ - [jira_connect, 1]