diff options
author | Davin Walker <dwalker@gitlab.com> | 2019-03-27 21:23:38 +0000 |
---|---|---|
committer | Davin Walker <dwalker@gitlab.com> | 2019-03-27 21:23:38 +0000 |
commit | 9afdca3c84f133957bf53ec81c952a7dfaf5baa4 (patch) | |
tree | e2c05a13844a92ea89fd32e709ac5c42dc865338 /doc | |
parent | 04431d5e616949c09146666e7961d515595c4036 (diff) | |
download | gitlab-ce-9afdca3c84f133957bf53ec81c952a7dfaf5baa4.tar.gz |
Jira Services Doc update to Stringjira-transition-id-field
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 03d0a80aa64..1f84e2de7de 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -522,7 +522,7 @@ Parameters: | `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`. | +| `jira_issue_transition_id` | string | 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 |