bj issue transition¶
Transition an issue, choosing from the available states when none is given.
Synopsis¶
Arguments¶
| Argument | Description |
|---|---|
KEY |
Issue key (default: from branch). |
STATE |
Target state (omit to choose interactively). |
Examples¶
# List available transitions
bj issue transition PROJ-42
# Perform one
bj issue transition PROJ-42 "In Review"