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 redmine custom fields #147

Open
markusr opened this issue Dec 17, 2014 · 2 comments
Open

Add support for redmine custom fields #147

markusr opened this issue Dec 17, 2014 · 2 comments

Comments

@markusr
Copy link

markusr commented Dec 17, 2014

It would be really nice to have custom fields

Link to api:
http://www.redmine.org/projects/redmine/wiki/Rest_CustomFields
http://www.redmine.org/projects/redmine/wiki/Rest_api#Working-with-custom-fields

Link to field types:
http://www.redmine.org/projects/redmine/wiki/RedmineCustomFields

A first implementation could be limited to some of ther "easier" types like: Text, Long Text, URL etc.

@indication
Copy link
Owner

Thank you for feature proposal.
The API version is 2.4. It is good practice to try implement.
How do we implement this... Using serializing objects? or Create type defined tables on the SQLite?

@ares
Copy link

ares commented Aug 18, 2017

This would be ultimate feature. In our redmine, we have custom fields for linking the pull request. It would be great if I could open it from openredmine.

For the question, if it has separate defined types table, it would even allow implementing searching on custom fields. So I'd vote for this.

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

No branches or pull requests

3 participants