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
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
It would be very valuable to have a way to authenticate with OAuth when creating jiras. The sentry bitbucket integration seems to handle this, so I wonder if some code from there could be re-used.
We might try to implement this ourself if we are given some basic directions, and at least some info on whether OAuth is applicable for this plugin (I'm not super familiar with how OAuth works or what it would prevent/allow).
Thanks !
The text was updated successfully, but these errors were encountered:
It's a bit complex today as OAuth is handled via 'django-social-auth', which is a mostly deprecated system inside of Sentry. In the future we plan to refactor integrations to make things like this easier.
Hi there,
It would be very valuable to have a way to authenticate with OAuth when creating jiras. The sentry bitbucket integration seems to handle this, so I wonder if some code from there could be re-used.
We might try to implement this ourself if we are given some basic directions, and at least some info on whether OAuth is applicable for this plugin (I'm not super familiar with how OAuth works or what it would prevent/allow).
Thanks !
The text was updated successfully, but these errors were encountered: