1glab(1) glab(1)
2
3
4
6 glab-issue-view - Display the title, body, and other information about
7 an issue.
8
9
10
12 glab issue view [flags]
13
14
15
17 Display the title, body, and other information about an issue.
18
19
20
22 -c, --comments[=false] Show issue comments and activities
23
24
25 -p, --page=1 Page number
26
27
28 -P, --per-page=20 Number of items to list per page
29
30
31 -s, --system-logs[=false] Show system activities / logs
32
33
34 -w, --web[=false] Open issue in a browser. Uses default browser or
35 browser specified in BROWSER variable
36
37
38
40 --help[=false] Show help for command
41
42
43 -R, --repo="" Select another repository using the OWNER/REPO or
44 GROUP/NAMESPACE/REPO format or full URL or git URL
45
46
47
49 glab issue view 123
50 glab issue show 123
51 glab issue view --web 123
52 glab issue view --comments 123
53 glab issue view https://gitlab.com/NAMESPACE/REPO/-/issues/123
54
55
56
57
58
60 glab-issue(1)
61
62
63
64Auto generated by spf13/cobra Nov 2023 glab(1)