getsentry / sentry-jira

A Plugin for sentry that lets you create JIRA issues
Other
95 stars 32 forks source link

Use resource_links hook #16

Closed dcramer closed 12 years ago

dcramer commented 12 years ago

I added a resource_links attribute in plugins to improve the interface. It renders like this in master:

http://cl.ly/image/1k2d0K0T3G1c

Just set resource_links to a list of tuples, like this:

    resource_links = [
        ('Bug Tracker', 'https://github.com/getsentry/sentry-github/issues'),
        ('Source', 'https://github.com/getsentry/sentry-github'),
    ]
thurloat commented 12 years ago

is the feature only available in master / is that what is deployed to getsentry ?

alex commented 12 years ago

On getsentry the config page for JIRA appears crazy misrended

dcramer commented 12 years ago

Its 5.0.7 I believe, and also what is deployed, ya

David Cramer

twitter.com/zeeg disqus.com/zeeg

On Tuesday, September 11, 2012 at 4:01 AM, Adam Thurlow wrote:

is the feature only available in master / is that what is deployed to getsentry ?

— Reply to this email directly or view it on GitHub (https://github.com/thurloat/sentry-jira/issues/16#issuecomment-8455995).

thurloat commented 12 years ago

i'll bump the required version number in the next release, and here's the new (less janked) look :+1:

fixed