https://github.com/eventbrite/sentry-jira
A Plugin for sentry that lets you create JIRA issues
https://github.com/eventbrite/sentry-jira
Last synced: 3 months ago
JSON representation
A Plugin for sentry that lets you create JIRA issues
- Host: GitHub
- URL: https://github.com/eventbrite/sentry-jira
- Owner: eventbrite
- License: other
- Created: 2012-10-10T18:25:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T19:08:36.000Z (about 2 years ago)
- Last Synced: 2023-05-17T19:27:59.423Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
sentry-jira
===========A flexible extension for Sentry which allows you to create issues in JIRA based on sentry events.
It is capable of rendering and saving many custom fields, and will display the proper fields depending on
which issue type you are trying to create.Attention
---------I am developing this plugin against 2 different configurations of JIRA:
- stock JIRA in development mode
- live instance that has many specialized configurations / required custom fieldsSince JIRA is so configurable, I'm looking for lots of feedback of the different ways that this breaks
with specialized configurations. Provide your feedback here: https://github.com/thurloat/sentry-jira/issues
Visual Walkthrough
------------------Per-Project configurations
.. image:: http://sentry-jira.s3.amazonaws.com/ss4.png
When viewing a Sentry event, the Actions dropdown now contains a "Create JIRA Issue" button.
.. image:: http://sentry-jira.s3.amazonaws.com/ss1.jpg
The Create JIRA Issue form is fully customized based on your JIRA Configuration and loads different
fields depending on which issue type you choose... image:: http://sentry-jira.s3.amazonaws.com/ss2.png
You can now [0.5] use an auto-complete field to pull users from JIRA for any
user field... image:: http://sentry-jira.s3.amazonaws.com/ss5.png
Once the Issue has been linked through JIRA there's a link that you can follow from Sentry to
go directly to the issue on your configurated JIRA instance... image:: http://sentry-jira.s3.amazonaws.com/ss3.jpg
Installation
------------Install the package via ``pip``:
::
pip install sentry-jira
Configuration
-------------Go to your project's configuration page (Projects -> [Project]) and select the
JIRA tab. Enter the JIRA credentials and Project configuration and save changes.
Filling out the form is a two step process (one to fill in data, one to select
project).