resolve_merge_request_thread
Resolve a merge request review thread by its ID. Marks the discussion as resolved to clear pending feedback and move the review forward.
Instructions
Resolve a thread on a merge request. Use this to mark an existing merge request review thread resolved; use update_merge_request_discussion_note when the note text itself must change. The operation changes review state, requires permission to resolve discussions, and returns the updated discussion or a missing-thread/permission error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | Yes | Whether to resolve the thread | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | Yes | The ID of a thread | |
| merge_request_iid | Yes | The IID of a merge request |