get_ticket_mrs
Find merge requests linked to a GitLab ticket URL by matching the URL in MR titles or descriptions, optionally filtered by state (opened, merged, closed).
Instructions
Find MRs linked to a ticket URL (matched in MR title/description).
Args: ticket_url: Full URL of the GitLab ticket/issue. state: 'all' | 'opened' | 'merged' | 'closed'. Default 'all'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | all | |
| ticket_url | Yes |