Project

General

Profile

How to export version description and custom fields in the version to csv?

Added by Tseng Shu over 9 years ago

I suppose everything is a field in the database, and there should be a way to retrieve any fields I need. Am I right?
The current user interface only allows you to retrieve limited fields.


Replies (1)

RE: How to export version description and custom fields in the version to csv? - Added by Andrey Grachev over 9 years ago

You are definitely right. All values are stored in DB. The scheme is clear enough. The only problem is to retrieve values of enumeration type - all possible values (domain) are stored in one field and its format isn't clear.

    (1-1/1)