Skip to content

Commit 65fe400

Browse files
authored
Factory and Teamcamp integrations (#13365)
<!-- 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 --> - [x] 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/)
1 parent 0ea40aa commit 65fe400

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

docs/organization/integrations/index.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
5252
| [Azure DevOps (Work Items)](/organization/integrations/source-code-mgmt/azure-devops/) | X | X | X |
5353
| [Bitbucket (Issues)](/organization/integrations/source-code-mgmt/bitbucket/) | X | |
5454
| [ClickUp](/organization/integrations/issue-tracking/clickup/) | X | |
55+
| [Factory](/organization/integrations/issue-tracking/factory/) | X | |
5556
| [GitHub (Issues)](/organization/integrations/source-code-mgmt/github/) | X | |
5657
| [GitLab (Issues)](/organization/integrations/source-code-mgmt/gitlab/) | X | |
5758
| [Goast.ai](/organization/integrations/issue-tracking/goast/) | X | |
@@ -65,6 +66,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
6566
| Redmine | X | |
6667
| [Shortcut](/organization/integrations/issue-tracking/shortcut/) | X | |
6768
| [Sourcegraph](/organization/integrations/issue-tracking/sourcegraph/) | X | |
69+
| [Teamcamp](/organization/integrations/issue-tracking/teamcamp/) | X | |
6870
| [Teamwork](/organization/integrations/issue-tracking/teamwork/) | X | |
6971
| Trello | X | |
7072

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Factory
3+
sidebar_order: 1
4+
description: "Learn about Sentry's Factory integration and how it uses AI to help fix issues."
5+
---
6+
7+
Factory integrates with a users codebase, and pulls in Issues to help automate detecting and fixing issues.
8+
9+
This integration is maintained and supported by Factory. For more details, questions, or support feel free to reach out to [email protected].
10+
11+
## Install and Configure
12+
13+
<Alert>
14+
15+
Sentry owner, manager, or admin permissions are required to install this integration.
16+
17+
</Alert>
18+
19+
1. Navigate to **Settings > Integrations > Factory**
20+
21+
2. Follow the full [Factory installation instructions](https://docs.factory.ai/onboarding/integrating-with-your-engineering-system/sentry).

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

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: "Learn more about Sentry's issue tracking integrations."
88
- [Azure DevOps (Work Items)](/organization/integrations/source-code-mgmt/azure-devops/)
99
- [Bitbucket (Issues)](/organization/integrations/source-code-mgmt/bitbucket/)
1010
- [ClickUp](/organization/integrations/issue-tracking/clickup/)
11+
- [Factory](/organization/integrations/issue-tracking/factory/)
1112
- [GitHub (Issues)](/organization/integrations/source-code-mgmt/github/)
1213
- [GitLab (Issues)](/organization/integrations/source-code-mgmt/gitlab/)
1314
- [Goast.ai](/organization/integrations/issue-tracking/goast/)
@@ -21,5 +22,6 @@ description: "Learn more about Sentry's issue tracking integrations."
2122
- Redmine
2223
- [Shortcut](/organization/integrations/issue-tracking/shortcut/)
2324
- [Sourcegraph](/organization/integrations/issue-tracking/sourcegraph/)
25+
- [Teamcamp](/organization/integrations/issue-tracking/teamcamp/)
2426
- [Teamwork](/organization/integrations/issue-tracking/teamwork/)
2527
- Trello
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Teamcamp
3+
sidebar_order: 1
4+
description: "Learn about Sentry's Teamcamp integration and how it can be your all-in-one project management application."
5+
---
6+
7+
Teamcamp offers project management, time tracking, messaging, and more.
8+
9+
This integration is maintained and supported by Teamcamp. For more details, questions, or support fee free to contact [email protected].
10+
11+
## Install and Configure
12+
13+
<Alert>
14+
15+
Sentry owner, manager, or admin permissions are required to install this integration.
16+
17+
Teamcamp **won't** work with self-hosted Sentry.
18+
19+
</Alert>
20+
21+
1. Navigate to **Settings > Integrations > Teamcamp**
22+
23+
2. Follow the full [Teamcamp installation instructions](https://www.teamcamp.app/help/sentry).

0 commit comments

Comments
 (0)