You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not terribly difficult, but it would require a code change and some thought to how to specify it in a way that wouldn't get hugely confusing. I'm unlikely to have time to look at that for the forseeable future, but if anyone wants to provide a pull request (including documentation and tests, please) I'm happy to review. The workaround would be to make the fields have different names. :)
How difficult would it be to allow the passing of custom fields in the config file?
I have a situation where in my instance of JIRA server, there are two custom fields with the same name.
the Custom Field value is CustomField_100 and CustomField_200
When I specify the field name "Team" it will only return CustomField_100 however, I need _200.
The text was updated successfully, but these errors were encountered: