SelectJiraIssue
Search for Jira issues by status and display the list of them in the terminal. User is allowed to select one issue which can then be used in future steps in this workflow (e.g., Command
or SwitchBranches
).
Errors
This step will fail if any of the following are true:
- knope cannot communicate with the configured Jira URL.
- User does not select an issue (e.g. by pressing
Esc
). - There is no Jira config set.
Example
[[workflows]]
name = "Start some work"
[[workflows.steps]]
type = "SelectJiraIssue"
status = "Backlog"