Jira Integration
Atlassian offers a development-specific org option, different from simply having a personal Jira organization. Even if you already have a personal Jira org, it's worth creating a development org, because it will correctly set a number of necessary options for you automatically.
To enable issue-sync between Jira and a locally hosted Sentry Jira integration, you must set your email address permission to "Anyone". This setting can be found in the Profile and visiblity page under "Contact".
Download and set up ngrok, then start an ngrok server. If you are using getsentry devserver, follow our ngrok guide.
If you don't have any projects in your Jira org yet, create a new project.
In the navigation bar at the top of the screen, click on the waffle icon (1), select the desired organization and click "Administration" (2).
In the navigation bar, click "Products" (3) and under "Sites and products" (4) select the appropriate site/product with your Jira project.
In the sidebar on the left, click on "Connected apps" (5) and then click on the Settings tab (6).
In the new modal, select JIRA for the product to install the app on (8).
For the "App descriptor URL" (9), use the following URL,
https://{YOUR_SENTRY_DOMAIN}/extensions/jira/descriptor/
.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).
On the right the newly installed app click on the three dots and then click "Manage" (13).
In the app listing, click on the three dots in the top right and click "Configure" (14).
Click "Finish Installation in Sentry" and select the desired organization to install the Jira integration on.
From here follow our documentation on installing and configuring the Jira integration to use the integration (For reference: We just completed the equivalent to Step 4 under that page's "Install" section).
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").