...
Code Block |
---|
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); |
We've encountered an issue exporting this macro. Please try exporting this page again later.