TASK SPRINT PLANNING 2
This commit is contained in:
@@ -33,11 +33,12 @@ type (
|
||||
|
||||
// Status constants
|
||||
const (
|
||||
StatusOpen = beads.StatusOpen
|
||||
StatusInProgress = beads.StatusInProgress
|
||||
StatusBlocked = beads.StatusBlocked
|
||||
StatusDeferred = beads.StatusDeferred
|
||||
StatusClosed = beads.StatusClosed
|
||||
StatusOpen = beads.StatusOpen
|
||||
StatusInProgress = beads.StatusInProgress
|
||||
StatusBlocked = beads.StatusBlocked
|
||||
StatusDeferred = beads.StatusDeferred
|
||||
StatusClosed = beads.StatusClosed
|
||||
StatusReadyToSprint Status = "ready_to_sprint"
|
||||
)
|
||||
|
||||
// IssueType constants
|
||||
|
||||
Reference in New Issue
Block a user