Connect GitLab to iftrue using a Personal Access Token

You can connect your GitLab account to iftrue using a personal access token. This allows iftrue to securely read repository data, pull requests, and activity insights.

Before You Start

Make sure the GitLab user you are using:

  • Has access to the repositories you want to integrate

  • Has sufficient permissions (at least read access to projects)

Step 1 - Go to Personal Access Tokens

  1. Navigate to

    https://[your-gitlab-domain]/-/user_settings/personal_access_tokens
  2. Enter a name (e.g., iftrue integration)

  3. Set an expiration date (recommended: 1 year)

  4. Select the following scopes:

    βœ… api

    βœ… read_user

    βœ… read_repository

  5. Click Create personal access token

Step 2 - Connect to iftrue

  1. Open the GitLab integration page:

  2. Paste your token and base url for the gitlab into the required field

  3. Complete the setup

Last updated