Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Custom Fields #15

Open
samiller2013 opened this issue Jan 7, 2020 · 1 comment
Open

Support for Custom Fields #15

samiller2013 opened this issue Jan 7, 2020 · 1 comment

Comments

@samiller2013
Copy link

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.

@optilude
Copy link
Contributor

optilude commented Jan 7, 2020

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants