summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2019-01-15 17:12:17 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2019-02-10 16:14:45 +0100
commitfa9c974796f87420587c8c7fa2ff43725da34b63 (patch)
tree8a3279c8c5f18d9fb74a86faff9c6762d20dc598 /lib
parent0841f052e6f643705edfb59e046790ee12840e03 (diff)
downloadgitlab-ce-fa9c974796f87420587c8c7fa2ff43725da34b63.tar.gz
API: Support Jira transition ID as string
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 637b5a8a89a..e83d7c944e4 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -468,7 +468,7 @@ module API
{
required: false,
name: :jira_issue_transition_id,
- type: Integer,
+ type: String,
desc: '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`'
}
],