TASK SPRINT PLANNING 2

This commit is contained in:
Ine Maria Nilssen Aanonsen
2026-03-11 14:54:14 +01:00
parent 3e8d0dc6c6
commit c78b5082d2
13 changed files with 88 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ import (
// Variables for completion options and functions.
var (
typeOptions = []string{"bug", "feature", "task", "chore"}
statusOptions = []string{"open", "closed", "in_progress"}
statusOptions = []string{"open", "closed", "in_progress", "ready_to_sprint"}
priorityRange = []string{"0", "1", "2", "3", "4"}
)