summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-06-09 15:01:55 +0200
committerJarka Kadlecova <jarka@gitlab.com>2017-06-13 17:30:23 +0200
commit917c87a5040d3635bac9ed4ec98770d8f8118dd3 (patch)
treea1a1a4c9edd5ff836c2ce6cd32c10a331e9f0731 /lib
parent66aad16d1aaa426237e52ef19385385566f194dc (diff)
downloadgitlab-ce-31129-jira-project-key-elim.tar.gz
Remove project_key from the Jira configuration31129-jira-project-key-elim
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 47bd9940f77..77728f13e01 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -313,12 +313,6 @@ module API
desc: 'The base URL to the JIRA instance API. Web URL value will be used if not set. E.g., https://jira-api.example.com'
},
{
- required: true,
- name: :project_key,
- type: String,
- desc: 'The short identifier for your JIRA project, all uppercase, e.g., PROJ'
- },
- {
required: false,
name: :username,
type: String,