For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query: Find All Merge Requests

GitLab Operation

The Find All Merge Requests query in GitLab retrieves a list of all open or closed merge requests in a project.

Example User Story

I want to review all pending code changes before the release, so I use the Find All Merge Requests action in GitLab to list and check each one.

Fields

Field Name
Field Type
Required

projectId

Integer

Yes

state

String

No

GitLab

Example link

Code (Apache v2.0): Operation

Last updated