Jira · Arazzo Workflow
Jira Transition an Issue to a New Status
Version 1.0.0
Read an issue, discover its legal transitions, apply one, and verify the new status.
Provider
Workflows
transition-issue
Move a Jira issue through its workflow using a runtime-discovered transition.
Reads the current status of an issue, discovers the transitions available from that status, applies the requested transition with optional resolution fields, and verifies the resulting status.
1
readIssue
getIssue
Read the issue and capture its current status so the transition can be confirmed as an actual change rather than a no-op.
2
listTransitions
getTransitions
List the transitions the caller can perform on this issue from its current status, expanding transition fields so required screen fields are visible.
3
performTransition
doTransition
Perform the requested transition, optionally setting a resolution as part of the move. This operation returns 204 with no body on success.
4
verifyStatus
getIssue
Re-read the issue to confirm the workflow status changed and to capture the resolution recorded by the transition.