getsentry / sentry-jira

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

Issues should default to "Unassigned" when no assignee selected #35

Closed dlanger closed 11 years ago

dlanger commented 11 years ago

In the version of sentry-jira installed on getsentry.com, if I create an issue but don't select an Assignee, the issue created has the same Assignee as the selected Reporter - I would expect it to be assigned to Unassigned.

thurloat commented 11 years ago

Thanks for reporting, I'll look into getting this fixed shortly

dlanger commented 11 years ago

Another nice related tweak (I'm looking to have the fewest number of required fields) would be to make Reporter optional, and if it's not supplied, use the user that was specified when setting up the connection to Jira. My workflow for this is that we've got one "user" which is only used for the Sentry connection, so having all the things be "reported" by them would make it really easy to track all the bugs that come from Sentry.

dlanger commented 11 years ago

My mistake - turns out this was a JIRA configuration mistake on my side. When no assignee is specified, the project's default assignee is used, which makes sense (unbeknownst to me, I was set as the project's team lead, and the default assignee was set to team lead).

thurloat commented 11 years ago

I was wondering why I wasn't able to track it down easily.