TransitionJiraIssue Step
Transition a Jira issue to a new status.
Errors
This step will fail when any of the following are true:
- An issue was not previously selected in this workflow using
SelectJiraIssue
orSelectIssueFromBranch
. - Cannot communicate with Jira.
- 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"