1GH-ISSUE-VIEW(1) GitHub CLI manual GH-ISSUE-VIEW(1)
2
3
4
6 gh-issue-view - View an issue
7
8
9
11 gh issue view {<number> | <url>} [flags]
12
13
14
16 Display the title, body, and other information about an issue.
17
18
19 With '--web', open the issue in a web browser instead.
20
21
22
24 -c, --comments
25 View issue comments
26
27
28 -q, --jq <expression>
29 Filter JSON output using a jq expression
30
31
32 --json <fields>
33 Output JSON with the specified fields
34
35
36 -t, --template <string>
37 Format JSON output using a Go template; see "gh help formatting"
38
39
40 -w, --web
41 Open an issue in the browser
42
43
44
46 -R, --repo <[HOST/]OWNER/REPO>
47 Select another repository using the [HOST/]OWNER/REPO format
48
49
50
52 gh-issue(1)
53
54
55
56 Oct 2023 GH-ISSUE-VIEW(1)