diff options
author | Kotau Yauhen <bessorion@gmail.com> | 2019-02-21 10:39:44 +0000 |
---|---|---|
committer | Kotau Yauhen <bessorion@gmail.com> | 2019-02-21 10:39:44 +0000 |
commit | d5e38b00cffacf2f0599c99a1bb1515b6f56aa9b (patch) | |
tree | b88f02f1914d538cd23da7a99dc9c9e8afd88452 /lib/api | |
parent | dd6fbbc44d2807b93d609d304db2c4da229297dc (diff) | |
download | gitlab-ce-d5e38b00cffacf2f0599c99a1bb1515b6f56aa9b.tar.gz |
Remove new_issue_url field from YouTrack integration service
Diffstat (limited to 'lib/api')
-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 fcaec06061b..7967d4fe5e4 100644 --- a/lib/api/services.rb +++ b/lib/api/services.rb @@ -595,12 +595,6 @@ module API 'youtrack' => [ { required: true, - name: :new_issue_url, - type: String, - desc: 'The new issue URL' - }, - { - required: true, name: :project_url, type: String, desc: 'The project URL' |