summaryrefslogtreecommitdiff
path: root/lib/api/helpers/integrations_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/integrations_helpers.rb')
-rw-r--r--lib/api/helpers/integrations_helpers.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/api/helpers/integrations_helpers.rb b/lib/api/helpers/integrations_helpers.rb
index c85871d4b8c..a5ed029c978 100644
--- a/lib/api/helpers/integrations_helpers.rb
+++ b/lib/api/helpers/integrations_helpers.rb
@@ -611,6 +611,18 @@ module API
},
{
required: false,
+ name: :jira_issue_prefix,
+ type: String,
+ desc: 'Prefix to match Jira issue keys'
+ },
+ {
+ required: false,
+ name: :jira_issue_regex,
+ type: String,
+ desc: 'Regular expression to match Jira issue keys'
+ },
+ {
+ required: false,
name: :comment_on_event_enabled,
type: Boolean,
desc: 'Enable comments inside Jira issues on each GitLab event (commit / merge request)'