summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-01 09:09:37 +0000
committerRémy Coutable <remy@rymai.me>2016-06-01 09:09:37 +0000
commitadcbd001350b13530038a0382bb7df6f918dcbb9 (patch)
treeddfb7f49e7e2da9802d1d6be9784a214971fa291 /doc/api
parent46ac3107a4d0eaf12be8700bd33df90508e052c0 (diff)
parent024227bdbf76e608e70b871a5b7c1b77229028c9 (diff)
downloadgitlab-ce-adcbd001350b13530038a0382bb7df6f918dcbb9.tar.gz
Merge branch 'doc_api_services_jira_amend' into 'master'
Amend jira service api docs [ci skip] ## What does this MR do? Amends the API documentation for jira service integration ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? The current documentation omits the username and password parameters ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4382
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/services.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index b5000eff653..ccfc0fccb7f 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -503,6 +503,8 @@ Parameters:
- `project_url` (**required**) - Project url
- `issues_url` (**required**) - Issue url
- `description` (optional) - Jira issue tracker
+- `username` (optional) - Jira username
+- `password` (optional) - Jira password
### Delete JIRA service