summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-21 05:35:20 +0000
committerEvan Read <eread@gitlab.com>2019-02-21 05:35:20 +0000
commitdeca66884ac3bd77e4adbf50213dc6835285350d (patch)
tree8aacee2cc555e4e32af107c4f4da1f7d4fe0e57b
parentad65641089d04556282f0a75340ff2743af1d12e (diff)
parent42e99d83a47309ffdd3243ecb444d3b375baffac (diff)
downloadgitlab-ce-deca66884ac3bd77e4adbf50213dc6835285350d.tar.gz
Merge branch 'docs-jira-service-api' into 'master'
Document active param for JIRA service API See merge request gitlab-org/gitlab-ce!25282
-rw-r--r--doc/api/services.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index 5d5aa3e5b3e..9275a1ccda8 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -522,6 +522,7 @@ Parameters:
| `project_key` | string | yes | The short identifier for your JIRA project, all uppercase, e.g., `PROJ`. |
| `username` | string | yes | The username of the user created to be used with GitLab/JIRA. |
| `password` | string | yes | The password of the user created to be used with GitLab/JIRA. |
+| `active` | boolean | no | Activates or deactivates the service. Defaults to false (deactivated). |
| `jira_issue_transition_id` | integer | no | The ID of a transition that moves issues to a closed state. You can find this number under the JIRA workflow administration (**Administration > Issues > Workflows**) by selecting **View** under **Operations** of the desired workflow of your project. The ID of each state can be found inside the parenthesis of each transition name under the **Transitions (id)** column ([see screenshot][trans]). By default, this ID is set to `2`. |
### Delete JIRA service