update_merge_request
Update existing merge requests by modifying title, description, labels, assignees, reviewers, target branch, or transitioning state to close or reopen.
Instructions
Update an existing merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | Mark as draft | |
| title | No | New MR title | |
| labels | No | Label names | |
| squash | No | Squash commits on merge | |
| project_id | No | Project ID or URL-encoded path | |
| description | No | New MR description | |
| state_event | No | State transition | |
| assignee_ids | No | Assignee user IDs | |
| milestone_id | No | Milestone ID | |
| reviewer_ids | No | Reviewer user IDs | |
| target_branch | No | New target branch | |
| merge_request_iid | No | MR internal ID | |
| remove_source_branch | No | Remove source branch after merge |