Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitLab Integration #234

Open
wants to merge 1 commit into
base: preview
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
GitLab Integration
  • Loading branch information
danciaclara committed Jan 31, 2025
commit 7ea56981fe95c7ff7c00105e94bc670d78dedee6
21 changes: 21 additions & 0 deletions docs/integrations/gitlab.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: GitLab
hide_title: true
---

import Tags from '@site/src/components/Tags';

<div className="tag-wrapper">
<h1>Integrate with GitLab</h1>
<Tags
tags={[
{ name: "Pro", additionalClass: "pro" }
]}
/>
</div>

:::info
The GitLab integration is in a private beta. Contact us to try it out.
:::

Integrating GitLab with Plane allows your development team to streamline their workflow by linking GitLab merge requests with Plane issues. This integration helps automate issue tracking, ensuring that work stays in sync between your project management and development tools.
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const sidebars: SidebarsConfig = {
'plane-integrations/about',
'plane-integrations/github',
'plane-integrations/slack',
'integrations/gitlab'
],
},
{
Expand Down