getCustomField
getCustomField
Description
Gets all information about the custom field. Function returns a JCustomField structure type.
Parameters
Return Type
Example
JCustomField field = getCustomField("customfield_12345");
runnerLog(field.id);
runnerLog(field.name);
runnerLog(field.description);
runnerLog(field.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.