- Setup
- Reference
What You'll Need
| Credential | Description |
|---|---|
| Personal Access Token | PAT with API scope |
| GitLab Instance | gitlab.com or self-hosted 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
1
Access User Settings
- Log in to GitLab (gitlab.com or your instance)
- Click your avatar → Preferences
- Navigate to Access Tokens in the sidebar
2
Create Personal Access Token
- Click Add new token
- Fill in:
| Field | Value |
|---|---|
| Token name | Parable Integration |
| Expiration date | 1 year (or per policy) |
3
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 |
4
Create and Copy Token
- Click Create personal access token
- Copy the token immediately