You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mathroc It was. Our team has been closing stale issues for older releases. If this is still a problem on our latest release, please create a new issue so that our team can triage appropriately.
Reopening this Issue since my own issue (#61702) and issue #73354 were closed due to being stale.
When attempting to configure the Sentry extension in Jira Marketplace (Cloud) the setup is not successful since it assumes that the user is attempting to connect to a Sentry Cloud instance and has no way to manually enter the the self hosted address.
There's a number of workarounds listed, including creating an Atlassian developer account to manually upload the extension but this should work out of the box without convoluted workarounds.
It seems like this requires changes to the extension itself rather than Sentry but I'm not sure where to create this issue for that to happen. Is there a GitHub repo for the extension?
Expected Result
Expected to be able to install the Sentry extension via Jira Marketplace and configure it like I configure any other extension.
Actual Result
Not able to configure the extension for my Sentry self hosted instance.
Product Area
Settings - Integrations
Link
No response
DSN
No response
Version
24.11.2
The text was updated successfully, but these errors were encountered:
Hi @edgariscoding. There is no way for us to provide the same experience as our SaaS solution for self-hosted Sentry instances as far as I know. This is because we have to configure URLs for authentication and webhooks in our Jira app manifest.
I'm working on updating the documentation with better setup instructions for self-hosted users as they seem to be missing entirely. Additionally Jira's interface for managing apps is changing this month as well.
The new steps should be relatively straightforward, but require configuring a private app pointed to your self-hosted instance:
Navigate to Jira's administration page: https://{your-jira-organization}.atlassian.net/plugins/servlet/upm#
Navigate to the Settings tab
Click Install a private app
Enter the manifest URL of your self-hosted sentry instance.
The URL will be: https://{YOUR_SENTRY_DOMAIN}/extensions/jira/descriptor/ (trailing slash is required)
Note: This must be publicly accessible for Jira to correctly configure the app.
You should then be able to connect and configure the Jira app in the same manner as our SaaS solution.
I'm sorry for the confusion on this, but I hope this helps. Please let us know if you run into configuration issues as well.
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
Originally posted by @GabeVillalobos in #73354
Reopening this Issue since my own issue (#61702) and issue #73354 were closed due to being stale.
When attempting to configure the Sentry extension in Jira Marketplace (Cloud) the setup is not successful since it assumes that the user is attempting to connect to a Sentry Cloud instance and has no way to manually enter the the self hosted address.
There's a number of workarounds listed, including creating an Atlassian developer account to manually upload the extension but this should work out of the box without convoluted workarounds.
It seems like this requires changes to the extension itself rather than Sentry but I'm not sure where to create this issue for that to happen. Is there a GitHub repo for the extension?
Expected Result
Expected to be able to install the Sentry extension via Jira Marketplace and configure it like I configure any other extension.
Actual Result
Not able to configure the extension for my Sentry self hosted instance.
Product Area
Settings - Integrations
Link
No response
DSN
No response
Version
24.11.2
The text was updated successfully, but these errors were encountered: