Skip to content

Commit 62a8d91

Browse files
chore(jira): Add instructions for installing Jira for self-hosted sentry users (#12433)
1 parent 7092611 commit 62a8d91

File tree

2 files changed

+7
-1
lines changed
  • develop-docs/integrations/jira
  • docs/organization/integrations/issue-tracking/jira

2 files changed

+7
-1
lines changed

develop-docs/integrations/jira/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ To enable issue-sync between Jira and a locally hosted Sentry Jira integration,
3030
![Navigating to Connected Apps](./images/jira-setup2.png)
3131

3232
6. In the new modal, select JIRA for the product to install the app on (8).
33-
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.
33+
7. For the "App descriptor URL" (9), use the following URL, `https://{YOUR_SENTRY_DOMAIN}/extensions/jira/descriptor/`.
34+
* Note that if you are running a local devserver, `YOUR_SENTRY_DOMAIN` will be your ngrok (or other tunneling service) domain.
35+
* For self-hosted Sentry users: Replace `https://{YOUR_SENTRY_DOMAIN}` with your Sentry address.
3436
![Filling out Modal](./images/jira-setup3.png)
3537

3638
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).

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ Confirm [Sentry's IP ranges](/security-legal-pii/security/ip-ranges/) are allowe
143143

144144
Jira should now be authorized for all projects under your Sentry organization.
145145

146+
### Self-Hosted Sentry + Jira integration
147+
148+
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.
149+
146150
## Configure
147151

148152
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.

0 commit comments

Comments
 (0)