table of contents
other versions
- Tumbleweed 1.109.0-1.1
- Leap-16.0
- Leap-15.6
| glab(1) | glab(1) |
NAME¶
glab-issue - Work with GitLab issues.
SYNOPSIS¶
glab issue [command] [flags]
DESCRIPTION¶
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.
OPTIONS¶
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
OPTIONS INHERITED FROM PARENT COMMANDS¶
-h, --help[=false] Show help for this command.
EXAMPLE¶
glab issue list glab issue create --label --confidential glab issue view --web 123 glab issue note -m "closing because !123 was merged" <issue number>
SEE ALSO¶
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)
| Jul 2026 | Auto generated by spf13/cobra |