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

Add support for custom field types #20

Open
Programie opened this issue Jun 14, 2019 · 0 comments
Open

Add support for custom field types #20

Programie opened this issue Jun 14, 2019 · 0 comments

Comments

@Programie
Copy link

Jira plugins are able to add new field types in which case this library can't be used to manage issues with those custom field types.

Would it be possible to allow to extend the existing field types (e.g. by specifying a callback which is then called before doing the mapping in Field:: getSaveValue())? Simply extending the Field class does not work for me as this also means I have to modify any class creating new instances of the Field class to use my own Field class.

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

1 participant