Original repository | Original releases
The Sentry Old Jira Server Integration is a fork of the official Jira integration, designed to allow you to use this powerful integration from Sentry team with old Jira versions by allowing setup integration with username and password.
You can read more about Sentry Jira Integration on official Sentry Documentation.
- Support Basic Authentication: Use Jira username and password for authentication.
To install the Sentry Old Jira Integration add it to your sentry/enhance_image.sh
file:
pip install sentry-old-jira-server
And enable it in sentry.conf.py
:
SENTRY_DEFAULT_INTEGRATIONS = (
*SENTRY_DEFAULT_INTEGRATIONS,
"sentry_old_jira_server.integration.OldJiraServerIntegrationProvider"
)
Then run install.sh
script to reconfgure your Sentry installation. All done!