Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-07-25 18:25:41 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-07-25 18:25:41 +0300
commit1c572994004acbd442c05537cb5062cd2e5d29e6 (patch)
treec0f118e415594e4921d8ffe43b97bf671f611b54 /lib
parentd964816b9fe56679ffc0b331e701f7b24db5c6a9 (diff)
Remove project_key from the Jira configuration
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 7488f95a9b7..843c05ae32e 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,