glab-issue-list - Man Page

List project issues.

Synopsis

glab issue list [flags]

Description

List project issues.

Options

-A, --all[=false] Get all issues.

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

--author="" Filter issue by author .

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

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

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

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

-t, --issue-type="" Filter issue by its type. Options: issue, incident, test_case.

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

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

--not-assignee=[] Filter issue by not being assigneed to .

--not-author=[] Filter by not being by author(s) .

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

-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'.

Options Inherited from Parent Commands

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

Example

glab issue list --all
glab issue ls --all
glab issue list --assignee=@me
glab issue list --milestone release-2.0.0 --opened

See Also

glab-issue(1)

Referenced By

glab-issue(1).

Oct 2024 Auto generated by spf13/cobra