This commit is contained in:
parent
2d2af5e5b9
commit
d71e38f5db
@ -157,6 +157,10 @@ func ActionUseBoard(args []string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func ActionUseCurrentSprint(_ []string) {
|
func ActionUseCurrentSprint(_ []string) {
|
||||||
|
if !HasBoard() {
|
||||||
|
printError("Please select a board first", nil)
|
||||||
|
return
|
||||||
|
}
|
||||||
boardId := GetBoardId()
|
boardId := GetBoardId()
|
||||||
sprint, err := GetCurrentSprint(boardId)
|
sprint, err := GetCurrentSprint(boardId)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user