glab-todo-list - Man Page
List your to-do items.
Synopsis
glab todo list [flags]
Description
List your to-do items.
Options
-a, --action="" Filter by action: assigned, mentioned, build_failed, marked, approval_required, directly_addressed.
-F, --output="text" Format output as: text, json.
-p, --page=1 Page number.
-P, --per-page=30 Number of items to list per page.
-s, --state="pending" Filter by state: pending, done, all.
-t, --type="" Filter by target type: Issue, MergeRequest.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
Example
glab todo list glab todo list --state=done glab todo list --action=assigned glab todo list --type=MergeRequest glab todo list --output=json
See Also
Referenced By
Apr 2026 Auto generated by spf13/cobra