.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-mr-view - Display the title, body, and other information about a merge request. .SH SYNOPSIS \fBglab mr view [] [flags]\fP .SH DESCRIPTION You can use a branch name or ID. Use \fB--web\fR to open in a browser. .SH OPTIONS \fB-c\fP, \fB--comments\fP[=false] Show merge request 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=0 Page number. .PP \fB-P\fP, \fB--per-page\fP=20 Number of items to list per page. .PP \fB--resolved\fP[=false] Show only resolved discussions (implies --comments). .PP \fB-s\fP, \fB--system-logs\fP[=false] Show system activities and logs. .PP \fB--unresolved\fP[=false] Show only unresolved discussions (implies --comments). .PP \fB-w\fP, \fB--web\fP[=false] Open merge request in a browser. Uses default browser or browser specified in 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 mr view 123 glab mr view branch-name glab mr view 123 --comments glab mr view 123 --web .EE .SH SEE ALSO \fBglab-mr(1)\fP