list_labels
Retrieve GitLab labels for a project to categorize issues and merge requests. Optionally filter by keyword, include issue/MR counts, or include ancestor groups.
Instructions
List labels for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Keyword to filter labels by | |
| project_id | No | Project ID or URL-encoded path | |
| with_counts | No | Whether or not to include issue and merge request counts | |
| include_ancestor_groups | No | Include ancestor groups |