glab(1) glab(1)

glab-issue - Work with GitLab issues.

glab issue [command] [flags]

Open issues, list and view them, and manage their lifecycle: assign, label, comment, close, reopen, and more. Work with issue boards under issue board.

Use --repo to target a project other than the current one.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

-h, --help[=false] Show help for this command.

glab issue list
glab issue create --label --confidential
glab issue view --web 123
glab issue note -m "closing because !123 was merged" <issue number>

glab(1), glab-issue-board(1), glab-issue-close(1), glab-issue-create(1), glab-issue-delete(1), glab-issue-list(1), glab-issue-note(1), glab-issue-reopen(1), glab-issue-subscribe(1), glab-issue-unsubscribe(1), glab-issue-update(1), glab-issue-view(1)

Jun 2026 Auto generated by spf13/cobra