List Merge Requests
gitlab_list_merge_requestsRetrieve merge requests for a GitLab project with filters like assignee, author, labels, and state to manage code reviews efficiently.
Instructions
List merge requests for a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wip | No | ||
| page | No | ||
| sort | No | ||
| scope | No | ||
| state | No | ||
| labels | No | ||
| search | No | ||
| order_by | No | ||
| per_page | No | ||
| author_id | No | ||
| milestone | No | ||
| project_id | No | ||
| assignee_id | No | ||
| reviewer_id | No | ||
| created_after | No | ||
| source_branch | No | ||
| target_branch | No | ||
| updated_after | No | ||
| created_before | No | ||
| updated_before | No | ||
| author_username | No | ||
| assignee_username | No | ||
| reviewer_username | No | ||
| with_labels_details | No | ||
| approved_by_usernames | No |