diff options
author | Rémy Coutable <remy@rymai.me> | 2016-06-01 09:09:37 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-06-01 09:09:37 +0000 |
commit | adcbd001350b13530038a0382bb7df6f918dcbb9 (patch) | |
tree | ddfb7f49e7e2da9802d1d6be9784a214971fa291 /doc | |
parent | 46ac3107a4d0eaf12be8700bd33df90508e052c0 (diff) | |
parent | 024227bdbf76e608e70b871a5b7c1b77229028c9 (diff) | |
download | gitlab-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')
-rw-r--r-- | doc/api/services.md | 2 |
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 |