.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-incident-view - Display the title, body, and other information about an incident. .SH SYNOPSIS \fBglab incident view [flags]\fP .SH DESCRIPTION You can use a full GitLab URL instead of an ID. Use \fB--web\fR to open in a browser. .SH OPTIONS \fB-c\fP, \fB--comments\fP[=false] Show incident comments and activities. .PP \fB--jq\fP="" Filter JSON output with a jq expression. .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 incident in a browser. Uses the default browser, or the browser specified in the $BROWSER variable. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX glab incident view 123 glab incident show 123 glab incident view --web 123 glab incident view --comments 123 glab incident view https://gitlab.com/NAMESPACE/REPO/-/issues/incident/123 .EE .SH SEE ALSO \fBglab-incident(1)\fP