summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-04-01 01:53:03 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-02 15:26:30 +0000
commit32d457ff7fa7c209800b83c8567438717d97c794 (patch)
tree672b3238b928b2bbf2ef230526be769902841406
parent5cc91eb004dfeca2ab363abb1d98467f830414cf (diff)
downloadgitlab-ce-32d457ff7fa7c209800b83c8567438717d97c794.tar.gz
Merge branch 'jira-transition-id-field' into 'master'
Jira Services Doc update to String See merge request gitlab-org/gitlab-ce!26683 (cherry picked from commit d69b12f9f69109e44a7945fc8c886de26425c1a9) 9afdca3c Jira Services Doc update to String
-rw-r--r--doc/api/services.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index c44f5cc5781..dcc168af8d0 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -523,7 +523,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