- Setup
- Reference
What You'll Need
| Credential | Description |
|---|---|
| Token | Personal access token with API scope |
| Base URL | https://gitlab.com or your self-hosted GitLab URL |
Overview
Connect to GitLab for comprehensive DevOps and repository data.Code & MRs
Projects, merge requests, commits
Issues & Planning
Issues, milestones, labels
Prerequisites
Administrator access required. You need privileges in to complete this setup.If you don’t have admin access, contact your administrator to:
- Create the API credentials on your behalf, OR
- Grant you temporary admin access to complete the setup
- Owner or Maintainer role in the group/project
- For group-level access, group owner permissions
Setup Guide
Access User Settings
- Log in to GitLab (gitlab.com or your instance)
- Click your avatar → Preferences
- Navigate to Access Tokens in the sidebar
Create Personal Access Token
- Click Add new token
- Fill in:
| Field | Value |
|---|---|
| Token name | Parable Integration |
| Expiration date | 1 year (or per policy) |
Select Scopes
Enable these scopes:
| Scope | Purpose |
|---|---|
api | Full API access |
read_api | Read-only API (alternative) |
read_user | Read user information |
read_repository | Read repository contents |