API: Support Jira transition ID as string

This commit is contained in:
Robert Schilling 2019-01-15 17:12:17 +01:00
parent 0841f052e6
commit fa9c974796
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: 'API: Support Jira transition ID as string'
merge_request: 24400
author: Robert Schilling
type: fixed

View File

@ -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`'
}
],