list_merge_requests
Retrieve merge requests from a GitLab project with filters for state, labels, milestone, author, and search.
Instructions
Get merge requests for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| state | No | ||
| order_by | No | ||
| sort | No | ||
| milestone | No | ||
| labels | No | ||
| created_after | No | ||
| created_before | No | ||
| updated_after | No | ||
| updated_before | No | ||
| scope | No | ||
| author_id | No | ||
| assignee_id | No | ||
| search | No | ||
| source_branch | No | ||
| target_branch | No | ||
| wip | No | ||
| page | No | ||
| per_page | No |