1GH-ISSUE(1) GitHub CLI manual GH-ISSUE(1)
2
3
4
6 gh-issue - Manage issues
7
8
9
11 gh issue <command> [flags]
12
13
14
16 Work with GitHub issues.
17
18
19
21 gh-issue-create(1)
22 Create a new issue
23
24
25 gh-issue-list(1)
26 List issues in a repository
27
28
29 gh-issue-status(1)
30 Show status of relevant issues
31
32
33
35 gh-issue-close(1)
36 Close issue
37
38
39 gh-issue-comment(1)
40 Add a comment to an issue
41
42
43 gh-issue-delete(1)
44 Delete issue
45
46
47 gh-issue-develop(1)
48 Manage linked branches for an issue
49
50
51 gh-issue-edit(1)
52 Edit issues
53
54
55 gh-issue-lock(1)
56 Lock issue conversation
57
58
59 gh-issue-pin(1)
60 Pin a issue
61
62
63 gh-issue-reopen(1)
64 Reopen issue
65
66
67 gh-issue-transfer(1)
68 Transfer issue to another repository
69
70
71 gh-issue-unlock(1)
72 Unlock issue conversation
73
74
75 gh-issue-unpin(1)
76 Unpin a issue
77
78
79 gh-issue-view(1)
80 View an issue
81
82
83
85 -R, --repo <[HOST/]OWNER/REPO>
86 Select another repository using the [HOST/]OWNER/REPO format
87
88
89
91 $ gh issue list
92 $ gh issue create --label bug
93 $ gh issue view 123 --web
94
95
96
97
98
100 gh(1)
101
102
103
104 Oct 2023 GH-ISSUE(1)