From fdb9a433f15affaafaedcdc2792ba7d213484e24 Mon Sep 17 00:00:00 2001 From: Christinarlong Date: Wed, 22 Jan 2025 16:05:27 -0800 Subject: [PATCH 1/4] add instructions for self-hosted users --- docs/organization/integrations/issue-tracking/jira/index.mdx | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/organization/integrations/issue-tracking/jira/index.mdx b/docs/organization/integrations/issue-tracking/jira/index.mdx index c1095e7e977dd..3ca2e3ab14d28 100644 --- a/docs/organization/integrations/issue-tracking/jira/index.mdx +++ b/docs/organization/integrations/issue-tracking/jira/index.mdx @@ -143,6 +143,10 @@ Confirm [Sentry's IP ranges](/security-legal-pii/security/ip-ranges/) are allowe Jira should now be authorized for all projects under your Sentry organization. +### Self-Hosted Sentry + Jira integration + +To install the Jira integration with a self-hosted Sentry please follow our [develop-docs](/develop-docs/integrations/jira/index.mdx/), skip to the "Installing Local Jira App" section + ## Configure Use Jira to leverage [issue management](#issue-management), [issue syncing](#issue-sync), and receive [notifications](#issue-notifications) about changes to issue status. Additionally, add [ignored fields](#ignored-fields) to hide specified fields in the issue creation form. diff --git a/package.json b/package.json index 8d47e334b1eb4..b3975001ef215 100644 --- a/package.json +++ b/package.json @@ -137,5 +137,6 @@ "volta": { "node": "20.11.0", "yarn": "1.22.22" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } From be283fe4ef0502d5c8ff2834562fd58a6120e3d2 Mon Sep 17 00:00:00 2001 From: Christinarlong Date: Wed, 22 Jan 2025 16:10:51 -0800 Subject: [PATCH 2/4] add instructions for self-hosted users --- develop-docs/integrations/jira/index.mdx | 4 +++- docs/organization/integrations/issue-tracking/jira/index.mdx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/develop-docs/integrations/jira/index.mdx b/develop-docs/integrations/jira/index.mdx index 04dff5327df0e..d1359905adb52 100644 --- a/develop-docs/integrations/jira/index.mdx +++ b/develop-docs/integrations/jira/index.mdx @@ -30,7 +30,9 @@ To enable issue-sync between Jira and a locally hosted Sentry Jira integration, ![Navigating to Connected Apps](./images/jira-setup2.png) 6. In the new modal, select JIRA for the product to install the app on (8). -7. For the "App descriptor URL" (9), use the following URL, `https://{YOUR_SENTRY_DOMAIN}/extensions/jira/descriptor/`. Note that if you are running a local devserver, `YOUR_SENTRY_DOMAIN` will be your ngrok (or other tunneling service) domain. +7. For the "App descriptor URL" (9), use the following URL, `https://{YOUR_SENTRY_DOMAIN}/extensions/jira/descriptor/`. + * Note that if you are running a local devserver, `YOUR_SENTRY_DOMAIN` will be your ngrok (or other tunneling service) domain. + * For self-hosted Sentry users: Replace `https://{YOUR_SENTRY_DOMAIN}` with your Sentry address ![Filling out Modal](./images/jira-setup3.png) 8. Click "Install app" (10), now if you select the "Installed Apps" (11) tab next to "Settings", you should see your newly installed app listed under "Sentry" (12). (Note: that "Sentry for Jira" is the SaaS integration). diff --git a/docs/organization/integrations/issue-tracking/jira/index.mdx b/docs/organization/integrations/issue-tracking/jira/index.mdx index 3ca2e3ab14d28..0c46513d582f7 100644 --- a/docs/organization/integrations/issue-tracking/jira/index.mdx +++ b/docs/organization/integrations/issue-tracking/jira/index.mdx @@ -145,7 +145,7 @@ Jira should now be authorized for all projects under your Sentry organization. ### Self-Hosted Sentry + Jira integration -To install the Jira integration with a self-hosted Sentry please follow our [develop-docs](/develop-docs/integrations/jira/index.mdx/), skip to the "Installing Local Jira App" section +To install the Jira integration with a self-hosted Sentry please follow our [develop-docs](/develop-docs/integrations/jira/index.mdx/), skip to the "Installing Local Jira App" section. ## Configure From 17b9eb0fee1e81f89624e757fcd72c0a793583a8 Mon Sep 17 00:00:00 2001 From: Christinarlong Date: Wed, 22 Jan 2025 16:14:57 -0800 Subject: [PATCH 3/4] Revert "add instructions for self-hosted users" This reverts commit fdb9a433f15affaafaedcdc2792ba7d213484e24. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b3975001ef215..8d47e334b1eb4 100644 --- a/package.json +++ b/package.json @@ -137,6 +137,5 @@ "volta": { "node": "20.11.0", "yarn": "1.22.22" - }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + } } From 00294cd77fc1a01dcfc733145116bbbd57d5b09d Mon Sep 17 00:00:00 2001 From: Christinarlong <60594860+Christinarlong@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:35:02 -0800 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Alex Krawiec --- develop-docs/integrations/jira/index.mdx | 2 +- docs/organization/integrations/issue-tracking/jira/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/develop-docs/integrations/jira/index.mdx b/develop-docs/integrations/jira/index.mdx index d1359905adb52..00b2b57e73b49 100644 --- a/develop-docs/integrations/jira/index.mdx +++ b/develop-docs/integrations/jira/index.mdx @@ -32,7 +32,7 @@ To enable issue-sync between Jira and a locally hosted Sentry Jira integration, 6. In the new modal, select JIRA for the product to install the app on (8). 7. For the "App descriptor URL" (9), use the following URL, `https://{YOUR_SENTRY_DOMAIN}/extensions/jira/descriptor/`. * Note that if you are running a local devserver, `YOUR_SENTRY_DOMAIN` will be your ngrok (or other tunneling service) domain. - * For self-hosted Sentry users: Replace `https://{YOUR_SENTRY_DOMAIN}` with your Sentry address + * For self-hosted Sentry users: Replace `https://{YOUR_SENTRY_DOMAIN}` with your Sentry address. ![Filling out Modal](./images/jira-setup3.png) 8. Click "Install app" (10), now if you select the "Installed Apps" (11) tab next to "Settings", you should see your newly installed app listed under "Sentry" (12). (Note: that "Sentry for Jira" is the SaaS integration). diff --git a/docs/organization/integrations/issue-tracking/jira/index.mdx b/docs/organization/integrations/issue-tracking/jira/index.mdx index 0c46513d582f7..3a281da41c65f 100644 --- a/docs/organization/integrations/issue-tracking/jira/index.mdx +++ b/docs/organization/integrations/issue-tracking/jira/index.mdx @@ -145,7 +145,7 @@ Jira should now be authorized for all projects under your Sentry organization. ### Self-Hosted Sentry + Jira integration -To install the Jira integration with a self-hosted Sentry please follow our [develop-docs](/develop-docs/integrations/jira/index.mdx/), skip to the "Installing Local Jira App" section. +To install the Jira integration with a self-hosted Sentry instance, please follow our [develop-docs](/develop-docs/integrations/jira/index.mdx/), skip to the "Installing Local Jira App" section. ## Configure