Linear
- Tier: Free, Premium, Ultimate
- Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
Version history
- Introduced in GitLab 18.3.
You can use Linear as an external issue tracker. To enable the Linear integration in a project:
-
On the left sidebar, select Search or go to and find your project.
-
Select Settings > Integrations.
-
Select Linear.
-
Under Enable integration, select the Active checkbox.
-
Fill in the required fields:
- Workspace URL: The URL to the Linear Workspace project to link to this GitLab project.
-
Optional. Select Test settings.
-
Select Save changes.
After you have configured and enabled Linear, you see the Linear link on the GitLab project pages, which takes you to your Linear workspace.
For example, this is a configuration for a workspace named example
:
- Workspace URL:
https://linear.app/example
You can also disable GitLab internal issue tracking in this project. For more information about the steps and consequences of disabling GitLab issues, see Configure project visibility, features, and permissions.
Reference Linear issues in GitLab
You can reference your Linear issues using:
-
<TEAM>-<ID>
, for exampleAPI-123
, where:-
<TEAM>
is a team identifier -
<ID>
is a number.
-