glab-mr-note-resolve - Man Page

Resolve a discussion on a merge request. (EXPERIMENTAL)

Synopsis

glab mr note resolve [ | ] Ā [flags]

Description

Resolve a discussion on a merge request.

The identifier can be one of the following:

If a prefix matches multiple discussions, an error is returned with the ambiguous matches.

This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

-R,  --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
format. Also accepts full URL or Git URL.

Example

# Resolve a discussion on MR 123 by prefix
glab mr note resolve 123 abc12345

# Resolve a discussion by note ID
glab mr note resolve 3107030349

# Resolve a discussion by prefix (8+ chars, auto-detects MR from branch)
glab mr note resolve abc12345

# Resolve a discussion by full ID
glab mr note resolve abc12345deadbeef1234567890abcdef12345678

See Also

glab-mr-note(1)

Referenced By

glab-mr-note(1).

Apr 2026 Auto generated by spf13/cobra