Cmdlets for Jira

Build 25.0.9434

ChangeIssueStatus

Performs a workflow status transition on a Jira issue, such as moving from 'To Do' to 'In Progress'.

ストアドプロシージャ固有の情報

可能なTransitionId のリストを検索するには、[Settings]ボタン(Jira Administration)->[課題]->[ワークフロー]をクリックして、プロジェクトのワークフローの[View]ボタンをクリックします。その後、[Text of Diagram]を選択すると、ID 付きの利用可能なトランジションがリストされます。トランジション名の横にあるカッコ内のID をTransitionId パラメータとして使用します。

Input

Name Type Required Description
IssueId String False The unique identifier of the issue to be transitioned. Required if IssueKey is not specified.
IssueKey String False The human-readable key of the issue to be transitioned, such as 'PROJ-123'. Required if IssueId is not specified.
TransitionId String True The unique identifier of the workflow transition to be applied to the issue, corresponding to a specific status change.

Result Set Columns

Name Type Description
Success String Indicates whether the status transition was successfully executed for the specified issue.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434