Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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 ac-
       cepted.

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-cre-
       ate(1),	glab-issue-delete(1),  glab-issue-list(1), glab-issue-note(1),
       glab-issue-reopen(1),	glab-issue-subscribe(1),     glab-issue-unsub-
       scribe(1), glab-issue-update(1),	glab-issue-view(1)

Auto generated by spf13/cobra	   Jun 2026			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-issue&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help