resolve_merge_request_thread
Set a GitLab merge request thread's resolution state by passing the project, discussion ID, merge request IID, and a boolean flag. Use this to resolve or reopen review conversations directly.
Instructions
Resolve a thread on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | Yes | Whether to resolve the thread | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| discussion_id | No | The ID of a thread | |
| merge_request_iid | No | The IID of a merge request |