https://github.com/bogdal/sentry-youtrack
A Sentry extension which integrates with YouTrack
https://github.com/bogdal/sentry-youtrack
Last synced: about 1 year ago
JSON representation
A Sentry extension which integrates with YouTrack
- Host: GitHub
- URL: https://github.com/bogdal/sentry-youtrack
- Owner: bogdal
- License: bsd-2-clause
- Created: 2013-02-16T22:14:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T23:32:32.000Z (over 8 years ago)
- Last Synced: 2025-03-18T05:43:53.242Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 20
- Watchers: 2
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
sentry-youtrack
===============
.. image:: https://travis-ci.org/bogdal/sentry-youtrack.png?branch=master
:target: https://travis-ci.org/bogdal/sentry-youtrack
.. image:: https://version-image.appspot.com/pypi/?name=sentry-youtrack
:target: https://pypi.python.org/pypi/sentry-youtrack
A Sentry plugin which creates YouTrack issues from sentry events and allows to assign an existing YouTrack issues to sentry event groups.
Install
-------
Install the package via ``pip``::
pip install sentry-youtrack
``sentry-youtrack >= 0.3.0`` supports **Sentry 8.x**.
``sentry-youtrack < 0.3.0`` supports **Sentry 7.x**.
Configuration
-------------
Go to your project's configuration page (Projects -> [Project]) and select the YouTrack tab.
Enter the required credentials and save changes. Filling out the form is a two-step process
(one to fill in credentials, one to configure project).
If you want to use ``YouTrack`` instance without valid ssl certificate add the following line to the ``sentry`` config file::
YOUTRACK_VERIFY_SSL_CERTIFICATE = False
Screenshots
-----------
.. image:: https://github-bogdal.s3.amazonaws.com/sentry-youtrack/new_issue.png
.. image:: https://github-bogdal.s3.amazonaws.com/sentry-youtrack/assign.png
Docker Compose
--------------
See details `here `_.