create_merge_request
Create a new merge request in a GitLab project by specifying source and target branches, title, description, assignees, reviewers, and labels to propose code changes for review.
Instructions
Create a new merge request in a GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| title | Yes | Merge request title | |
| description | No | Merge request description | |
| source_branch | Yes | Branch containing changes | |
| target_branch | Yes | Branch to merge into | |
| assignee_ids | No | The ID of the users to assign the MR to | |
| reviewer_ids | No | The ID of the users to assign as reviewers of the MR | |
| labels | No | Labels for the MR | |
| draft | No | Create as draft merge request | |
| allow_collaboration | No | Allow commits from upstream members |