Sentry/redmine integration (fork of https://github.com/getsentry/sentry-redmine)
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Kelly Carino 71a79f5181 fix(redmine): Handle required fields
Handle the required fields project_id, tracker_id, and default_priority after Host and Key credentials have been added.
2018-07-03 02:35:22 -07:00
sentry_redmine fix(redmine): Handle required fields 2018-07-03 02:35:22 -07:00
.gitignore Initial commit 2013-02-15 07:06:23 -08:00
MANIFEST.in First Commit 2013-02-15 20:38:23 +05:30
README.rst First Commit 2013-02-15 20:38:23 +05:30
setup.py Change author/support to Sentry 2016-03-24 12:30:37 -07:00

README.rst

sentry-redmine
==================

An extension for Sentry which integrates with Redmine. Specifically, it allows you to easily create
Redmine issues from events within Sentry.


Install
-------

Install the package via ``pip``::

    pip install sentry-redmine

Configuration
-------------

Create a user within your Redmine install (a system agent). This user will
be creating tickets on your behalf via Sentry.

Go to your project's configuration page (Projects -> [Project]) and select the
Redmine tab. Enter the required credentials and click save changes.

You'll now see a new action on groups which allows quick creation of issues.