Automating custom field creation in Redmine
Posted
by Hamish Downer
on Stack Overflow
See other posts from Stack Overflow
or by Hamish Downer
Published on 2010-03-18T15:51:15Z
Indexed on
2010/03/18
18:01 UTC
Read the original article
Hit count: 456
I want to write a plugin for redmine that will depend on quite a few custom fields, so I would like to create the custom fields automatically. Ideally within the plugin code, or if not by a script I can run when I install the plugin - I really don't want to have to create 10+ fields through the web interface when I set this up, especially when one is a list with quite a few values.
Can anyone tell me if there are standard ways of doing this?
Also is there a good way to export the custom fields from an existing installation?
© Stack Overflow or respective owner