# sentry-taiga **Repository Path**: mirrors_getsentry/sentry-taiga ## Basic Information - **Project Name**: sentry-taiga - **Description**: Creates issues in Taiga from Sentry exceptions - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sentry Taiga A plugin for [Sentry](http://sentry.io) which allows issue creation in your [Taiga](https://taiga.io) projects from errors. ## Install Install the package via `pip` ``` pip install sentry-taiga ``` or `easy_install` ``` easy_install sentry-taiga ``` And restart Sentry ## Configure Once enabled you can configure your settings for the project. You can also include default tags you wish to apply to issues created. I would recommend you create a specific user for Taiga to use with only `Reporter` privileges to your projects. Bugs & Issues ------------- If you find something that doesn't work please create an issue or even better fix it and submit a pull request! Dependencies ------------ * [python-taiga](https://pypi.python.org/pypi/python-taiga) License ------- MIT License. See [LICENSE](https://github.com/rochsystems/sentry-taiga/blob/master/LICENSE) file. Based on [sentry-gitlab](https://pypi.python.org/pypi/python-taiga) from Pancentric Ltd.