getsentry / sentry-jira

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

Page not found on submit issue #67

Open SilvanLaroo opened 9 years ago

SilvanLaroo commented 9 years ago

Hello,

I get a Page not found when I'm trying to submit an issue to Jira. This is the message I receive in my sentry.log:

[ERROR] Error in request to x.atlassian.net/rest/api/2/priority: Invalid URL u'x.atlassian.net/rest/api/2/priority': No schema supplied. Perhaps you meant http://x.atlassian.net/rest/api/2/priority?

Where x is my company name.

thurloat commented 9 years ago

Hey @SLv99

the error suggests that you're missing the http:// from your url, have you tried adding that?

tarjei commented 9 years ago

I get the same behaviour, but I have verified that the JIRA url contains a schema (https://).