.nh .TH "glab" "1" "Mar 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-mr-note - Add a comment or note to a merge request, or resolve/unresolve discussions. .SH SYNOPSIS \fBglab mr note [ | ] [flags]\fP .SH DESCRIPTION Add a comment or note to a merge request, or resolve/unresolve discussions. .SH OPTIONS \fB-m\fP, \fB--message\fP="" Comment or note message. .PP \fB--resolve\fP=0 Resolve the discussion containing the specified note ID. .PP \fB--unique\fP[=false] Don't create a comment or note if it already exists. .PP \fB--unresolve\fP=0 Unresolve the discussion containing the specified note ID. .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. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX # Add a comment to merge request with ID 123 $ glab mr note 123 -m "Looks good to me!" # Add a comment to the merge request for the current branch $ glab mr note -m "LGTM" # Open your editor to compose a multi-line comment $ glab mr note 123 # Resolve a discussion by note ID $ glab mr note 123 --resolve 3107030349 # Unresolve a discussion by note ID $ glab mr note 123 --unresolve 3107030349 .EE .SH SEE ALSO \fBglab-mr(1)\fP