glab todo
Manage your GitLab to-do list.
Quick start
# List pending to-dos
glab todo list
# Mark one to-do as done
glab todo done 123
# Mark all pending to-dos as done
glab todo done --all
Common workflows
Review pending work
glab todo list
glab todo list --action=assigned
glab todo list --type=MergeRequest
Review completed items
glab todo list --state=done
glab todo list --state=all
Scripted triage
glab todo list --output=json
Clear to-dos
glab todo done 123
glab todo done --all
Command reference
See references/commands.md for the captured command surface.