Scroll to navigation

GH-ISSUE(1) GitHub CLI manual GH-ISSUE(1)

NAME

gh-issue - Manage issues

SYNOPSIS

gh issue <command> [flags]

DESCRIPTION

Work with GitHub issues.

GENERAL COMMANDS

Create a new issue

List issues in a repository

Show status of relevant issues

TARGETED COMMANDS

Close issue

Add a comment to an issue

Delete issue

Manage linked branches for an issue

Edit issues

Lock issue conversation

Pin a issue

Reopen issue

Transfer issue to another repository

Unlock issue conversation

Unpin a issue

View an issue

OPTIONS

Select another repository using the [HOST/]OWNER/REPO format

EXAMPLE

$ gh issue list
$ gh issue create --label bug
$ gh issue view 123 --web

SEE ALSO

gh(1)

Jan 2025