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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-incident-list - List project incidents.

SYNOPSIS
       glab incident list [flags]

DESCRIPTION
       List project incidents.

OPTIONS
       -A, --all[=false]      Get all incidents.

       -a, --assignee=""      Filter incident by assignee .

       --author=""	Filter incident	by author .

       -c, --closed[=false]	 Get only closed incidents.

       -C, --confidential[=false]      Filter by confidential incidents.

       -e,  --epic=0	   List	 issues	 belonging  to	a given	epic (requires
       --group,	no pagination support).

       -g, --group=""	   Select a group or subgroup. Ignored if a repo argu-
       ment is set.

       --in="title,description"	     search in:	title, description.

       -l, --label=[]	   Filter incident by label .

       -m, --milestone=""      Filter incident by milestone .

       --not-assignee=""      Filter incident by not being assigned to .

       --not-author=""	    Filter incident by not being by author(s) .

       --not-label=[]	   Filter incident by lack of label .

       --order="created_at"	 Order	incident  by  .	 Order	options:  cre-
       ated_at,	 updated_at, priority, due_date, relative_position, label_pri-
       ority, milestone_due, popularity, weight.

       -O, --output="text"	Options: 'text'	or 'json'.

       -F, --output-format="details"	  Options: 'details', 'ids', 'urls'.

       -p, --page=1	 Page number.

       -P, --per-page=30      Number of	items to list per page.

       -R, --repo=""	  Select another repository. Can use either OWNER/REPO
       or GROUP/NAMESPACE/REPO format. Also accepts full URL or	Git URL.

       --search=""	Search	in the fields defined by '--in'.

       --sort="desc"	  Return incident sorted in asc	or desc	order.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

EXAMPLE
       $ glab incident list --all
       $ glab incident ls --all
       $ glab incident list --assignee=@me
       $ glab incident list --milestone	release-2.0.0 --opened

SEE ALSO
       glab-incident(1)

Auto generated by spf13/cobra	   Nov 2025			       glab(1)

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

home | help