| title | `glab mr note reopen` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Reopen a discussion on a merge request. (EXPERIMENTAL)
Reopen a discussion on a merge request.
The identifier can be one of the following:
- Discussion ID: full 40-character hex string or an 8+ character prefix
- Note ID: integer note ID (looks up the parent discussion automatically)
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/.
glab mr note reopen [<id> | <branch>] <discussion-id> [flags]
# Reopen a discussion on MR 123 by prefix
glab mr note reopen 123 abc12345
# Reopen a discussion by note ID
glab mr note reopen 3107030349
# Reopen a discussion by prefix (8+ chars, auto-detects MR from branch)
glab mr note reopen abc12345
# Reopen a discussion by full ID
glab mr note reopen abc12345deadbeef1234567890abcdef12345678
-h, --help Show help for this command.
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.