gitlab_list_issues
Retrieve and list issues from a GitLab project by specifying project ID, optional labels, and issue state (opened or closed).
Instructions
List issues in a GitLab project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
labels | No | Comma-separated list of label names | |
project_id | Yes | The ID or URL-encoded path of the project | |
state | No | Return issues with specified state (opened, closed) |