getsentry / sentry-jira

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

jira_client.username is not interpolated #97

Closed ineu closed 8 years ago

ineu commented 8 years ago

https://github.com/getsentry/sentry-jira/commit/36f97015634599c9d432ad16a6705ca3a8a51b84#diff-ba0d81fe0d69f04e2399b231c1c7b6e8L217 changed % to format, but %s wasn't changed to {}. Thus interpolation doesn't happen at the moment and one gets Error in JIRA configuration, no projects found for user %s. when trying to link an exception to Jira.