getsentry / sentry-jira

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

Fix Version/s field reported as required but isn't actually #20

Closed msaffitz closed 12 years ago

msaffitz commented 12 years ago

When creating a JIRA ticket in Sentry, the "Fix Version/s" field (which is part of the default config on our OnDemand JIRA instance) is reported as required, but it isn't actually required within JIRA.

thurloat commented 12 years ago

Ah, got it. Thanks for catching this!

thurloat commented 12 years ago

just FYI, I built out a bunch of the built-in JIRA fields in the form and not from loaded issue meta configuration and forgot to check the required-ness of the field. After looking into it, turns out that you can't actually make fixVersion required internally without a plugin of some sort to alter workflows :)

msaffitz commented 12 years ago

Did this get deployed? Still seeing this issue on https://app.getsentry.com

thurloat commented 12 years ago

I'll poke Mister Cramer on Irc and ask what the last deployed version was. On Sep 23, 2012 9:50 PM, "Michael Saffitz" notifications@github.com wrote:

Did this get deployed? Still seeing this issue on https://app.getsentry.com

— Reply to this email directly or view it on GitHubhttps://github.com/thurloat/sentry-jira/issues/20#issuecomment-8804806.

dcramer commented 12 years ago

I just deployed 0.6.1

thurloat commented 12 years ago

@msaffitz working for you now?

msaffitz commented 12 years ago

@thurloat Yes-- thank you.