gitlab_save_merge_request
Create or update GitLab merge requests with project ID and optional title, branches, description, assignees, and reviewers. Provide an existing IID to update or leave blank to create.
Instructions
Creates (POST) or updates (PUT) a merge request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | ||
| title | No | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| assigneeIds | No | ||
| description | No | ||
| reviewerIds | No | ||
| sourceBranch | No | ||
| targetBranch | No | ||
| mergeRequestIid | No | ||
| removeSourceBranch | No |