getsentry / sentry-jira

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

Reporter field as optional #42

Open thurloat opened 11 years ago

thurloat 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."

cc/ @dlanger

mrkschan commented 10 years ago

FYI, this can be done by JIRA configuration.

  1. Go to Administration > Issues > Field Configurations.
  2. Find Reporter.
  3. Click Optional in the Operations column.

The reporter field would be assigned to the JIRA "user" configured in Sentry by default.