ChangeIssueStatus
Perform a status transition on a specific issue.
ストアドプロシージャ固有の情報
可能なTransitionId のリストを検索するには、[Settings]ボタン(Jira Administration)->[課題]->[ワークフロー]をクリックして、プロジェクトのワークフローの[View]ボタンをクリックします。その後、[Text of Diagram]を選択すると、ID 付きの利用可能なトランジションがリストされます。トランジション名の横にあるカッコ内のID をTransitionId パラメータとして使用します。
Input
Name | Type | Required | Description |
IssueId | String | False | The ID of the Issue, required if no IssueKey is specified. |
IssueKey | String | False | The key of the Issue, required if no IssueId is specified. |
TransitionId | String | True | The Id of the transition. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows whether the operation was successful or not. |