JDBC Driver for Jira

Build 22.0.8462

ChangeIssueStatus

Perform a status transition on a specific issue.

Stored Procedure Specific Information

In order to find a list of the possible TransitionIds, click the Settings button (JIRA ADMINISTRATION) -> Issues -> Workflows and then click the View button of your project's workflow. After that, select Text of Diagram, and the available Transitions with their Ids will be listed. Use the Id inside the parentheses next to the Transition name as the TransitionId parameter.

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462