Skip to main content
This guide walks you through setting up a GitLab application to enable GitLab integration for your Plane workspace on a self-hosted instance. Since self-hosted environments don’t come pre-configured for GitLab, you’ll need to create an application, configure authentication, and set the necessary permissions to ensure seamless integration. This guide covers configuration for both:
  • GitLab.com
    The standard cloud-hosted GitLab service
  • GitLab Self-managed
    Self-hosted GitLab instances for organizations with specific compliance or security requirements
In this guide, you’ll:
  1. Create and configure a GitLab Application
  2. Configure your Plane instance
Activate GitLab integrationAfter creating and configuring the GitLab application and configuring the instance as detailed on this page, you’ll need to setup the GitLab integration within Plane.

Create GitLab Application

  1. On the left sidebar in GitLab, select your avatar.
  2. Select Preferences tab.
  3. Navigate to the Applications tab.
  4. Click on Add new application to begin the setup. Add GitLab application
  5. Provide a Name for your application.
  6. Enter the following Redirect URI, replacing [YOUR_DOMAIN] with your actual domain:
  7. Check the Confidential box. Add app details
  8. Set permissions by selecting the required Scopes. The table below explains each scope:
  9. Click Save Application to finalize the setup.

Configure Plane instance

  1. Copy the Application ID and Secret from the newly created application. Copy credentials
  2. Add these environment variables with the values to your Plane instance’s .env file.
  3. Save the file and restart the instance.
  4. Once you’ve completed the instance configuration, activate the GitLab integration in Plane.