Export custom fields

Export custom fields

We've encountered an issue exporting this macro. Please try exporting again later.

Export a CSV formatted list of all custom field names and IDs.

string csv = "Name,ID\n"; runnerLog("Name, ID"); for(JCustomField cf in getAllCustomFields()) { string temp = cf.name + "," + cf.id; runnerLog(temp); csv += temp + "\n"; } printInFile("customFieldList.csv", csv);

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.