resolve_merge_request_thread
Resolve or unresolve a specific thread within a merge request by providing project ID, merge request IID, and discussion ID.
Instructions
Resolve a thread on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request | |
| discussion_id | Yes | The ID of a thread | |
| resolved | Yes | Whether to resolve the thread |