GitLab Provider
Capability
- Supports issue and merge-request search/fetch.
- Supports notes (comments), review comments for MRs, and links metadata.
Required Values
repoformat:group/project- Nested groups are supported (for example
group/subgroup/project). - Token env var:
GITLAB_TOKEN
Examples
Search merge requests:
99problems get --platform gitlab -q "repo:group/project is:pr state:opened"
Fetch issue by ID:
99problems get --platform gitlab --repo group/project --id 67 --type issue
Notes
--urlis optional; set it for self-hosted GitLab.- GitLab search requires a repo/project scope.