getsentry / sentry-jira

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

Filtering out JIRA custom fields doesn't work #36

Closed dlanger closed 11 years ago

dlanger commented 11 years ago

Using getsentry.com's sentry-jira, filtering out custom JIRA fields doesn't seem to work.

As an example, I'll fill that field on the configuration screen with "components", but the Components field still shows up on the "Create JIRA Issue" screen.

thurloat commented 11 years ago

@dlanger currently, you have to refer to the customfield per it's actual ID from JIRA.

See my custom field filtering I have configured for sentry: Screen Shot 2013-03-26 at 1 44 57 PM

I agree that it would be a nice feature to refer to the customfield by name, and include some sort of actual selection mechanism. Or better yet, a form builder to configure exactly which fields you wish to show. As you can see in my configuration, I have more custom fields hidden, than shown fields in the form. I believe this to probably be the case for anyone running their development team on JIRA.

dlanger commented 11 years ago

Cool, that works. For someone looking at this in the future, an easy way to find the field names is to inspect the field label in Sentry, and look at the ID of the div surrounding the label.