haops_reopen_merge_request
Reopens a closed merge request by setting its status to open. Requires project slug and merge request ID.
Instructions
Reopen a previously closed merge request. Sets status back to "open".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| mergeRequestId | Yes | UUID of the merge request to reopen |