.nh .TH "glab" "1" "May 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-issue-view - Display the title, body, and other information about an issue. .SH SYNOPSIS \fBglab issue view [flags]\fP .SH DESCRIPTION Display the title, body, and other information about an issue. .SH OPTIONS \fB-c\fP, \fB--comments\fP[=false] Show issue comments and activities. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=20 Number of items to list per page. .PP \fB-s\fP, \fB--system-logs\fP[=false] Show system activities and logs. .PP \fB-w\fP, \fB--web\fP[=false] Open issue in a browser. Uses the default browser, or the browser specified in the $BROWSER variable. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX - glab issue view 123 - glab issue show 123 - glab issue view --web 123 - glab issue view --comments 123 - glab issue view https://gitlab.com/NAMESPACE/REPO/-/issues/123 .EE .SH SEE ALSO \fBglab-issue(1)\fP