diff options
author | Richard Grainger <richard.grainger@nttcomsecurity.com> | 2016-05-27 15:55:35 +0100 |
---|---|---|
committer | Richard Grainger <richard.grainger@nttcomsecurity.com> | 2016-05-31 17:28:20 +0100 |
commit | 024227bdbf76e608e70b871a5b7c1b77229028c9 (patch) | |
tree | 40d1147ca0d2d536280ecf1411f1fad22e6116bd /doc | |
parent | f9bb9151b595fdc1afc1742bb51c816965908f53 (diff) | |
download | gitlab-ce-024227bdbf76e608e70b871a5b7c1b77229028c9.tar.gz |
Amend jira service api docs [ci skip]
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 83ac7845156..8aa0ad8c8b2 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 |