diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-07-25 17:25:41 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-07-25 17:25:41 +0200 |
commit | 1c572994004acbd442c05537cb5062cd2e5d29e6 (patch) | |
tree | c0f118e415594e4921d8ffe43b97bf671f611b54 /lib | |
parent | d964816b9fe56679ffc0b331e701f7b24db5c6a9 (diff) | |
download | gitlab-ce-1c572994004acbd442c05537cb5062cd2e5d29e6.tar.gz |
Remove project_key from the Jira configuration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/services.rb | 6 |
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, |