getAllCustomFields
Description
Returns an array of JCustomField type structs for all custom fields in Jira.
Return Type
Returns an array of custom fields.
Example
for(JCustomField cf in getAllCustomFields()) {
runnerLog("ID: " + cf.id);
runnerLog("Name: " + cf.name);
runnerLog("Description: " + cf.description);
runnerLog("Type: " + cf.type);}
See also
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.