Skip to content

The fork of the official Sentry 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.

Notifications You must be signed in to change notification settings

ohappykust/sentry-old-jira-server

Repository files navigation

Sentry Old Jira Server Integration

Sentry Old Jira Server Integration

Original repository | Original releases

Overview

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.

New Features

  • Support Basic Authentication: Use Jira username and password for authentication.

Installation

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!

About

The fork of the official Sentry 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.

Resources

Stars

Watchers

Forks

Languages