Skip to content

TransitionJiraIssue

Transition a Jira issue to a new status.

Errors

This step will fail when any of the following are true:

  1. An issue wasn’t selected in this workflow using SelectJiraIssue or SelectIssueFromBranch.
  2. Can’t communicate with Jira.
  3. The configured status is invalid for the issue.

Example

[[workflows]]
name = "Start some work"
[[workflows.steps]]
type = "SelectJiraIssue"
status = "Backlog"
[[workflows.steps]]
type = "TransitionJiraIssue"
status = "In Progress"