First, this thread was very helpful.
I used this code and found that it gets ALL of the custom fields that you have in Mantis. To only get the fields assocaited with THIS project, replace:
$t_custom_fields = custom_field_get_ids(helper_get_current_project());
with
$t_custom_fields = custom_field ...
Search found 1 match
- 07 Jun 2006, 12:57
- Forum: Help
- Topic: CSV Export - custom fields
- Replies: 11
- Views: 31288