getsentry / sentry-jira

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

Cannot configure sentry-jira #85

Closed UlTriX closed 8 years ago

UlTriX commented 8 years ago

I am using sentry 8.2.2 with sentry-jira 0.8.0

I activated the plugin correctly but when clicking Integrations > Jira and adding the URL, username and password after clicking save nothing happens.

The page reloads and the URL username and password appear black.

I am trying to add an on premises jira server

dcramer commented 8 years ago

@UlTriX could you try latest git? pip install https://github.com/getsentry/sentry-jira/archive/master.zip

If the username/password are invalid at all, it should be showing an error. The only other thing I can think of is that it has no access and the list of projects is empty so its hiding the other selectors. Maybe also confirm that the account is admin or similar.

UlTriX commented 8 years ago

Did not saw that there were newer versions of sentry-jira With the latest it works! Thanks