Skip to content

Commit 488ab66

Browse files
feat: adds makeplane integration docs (#15040)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent 34a46af commit 488ab66

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

docs/organization/integrations/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
6363
| [Kitemaker](/organization/integrations/issue-tracking/kitemaker/) | X | | X | |
6464
| [Linear](/organization/integrations/issue-tracking/linear/) | X | X | | |
6565
| [Linear (Sentry Agent)](/organization/integrations/issue-tracking/sentry-linear-agent/)| | | | X |
66+
| [Makeplane](/organization/integrations/issue-tracking/makeplane/) | X | X | X | |
6667
| Pivotal Tracker (Legacy) | X | | | |
6768
| Redmine (Legacy) | X | | | |
6869
| [Shortcut](/organization/integrations/issue-tracking/shortcut/) | X | | | |

docs/organization/integrations/issue-tracking/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ description: "Learn more about Sentry's issue tracking integrations."
1818
- [Kitemaker](/organization/integrations/issue-tracking/kitemaker/)
1919
- [Linear](/organization/integrations/issue-tracking/linear/)
2020
- [Linear (Sentry Agent)](/organization/integrations/issue-tracking/sentry-linear-agent/)
21+
- [Makeplane](/organization/integrations/issue-tracking/makeplane/)
2122
- [Shortcut](/organization/integrations/issue-tracking/shortcut/)
2223
- [Sourcegraph](/organization/integrations/issue-tracking/sourcegraph/)
2324
- [StarSling](/organization/integrations/issue-tracking/starsling/)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Makeplane
3+
sidebar_order: 1
4+
5+
description: "Learn about Sentry's Makeplane integration."
6+
---
7+
8+
The Makeplane (Plane) integration enables automatic creation of Plane issues from Sentry alerts, supports linking Sentry issues to Plane issues, and keeps their status in sync for streamlined error tracking and resolution. This integration is maintained and supported by Plane; for more details reach out to [email protected].
9+
10+
## Install and Configure
11+
12+
<Alert>
13+
14+
Sentry owner, manager, or admin permissions are required to install this integration.
15+
16+
</Alert>
17+
18+
1. Navigate to **Settings > Integrations > Makeplane**
19+
20+
2. Follow the full [Makeplane installation instructions](https://docs.plane.so/integrations/sentry).

0 commit comments

Comments
 (0)