getCustomField
Syntax | getCustomField(customfieldId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets all information about the custom field. Routine returns a JCustomField structure type.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
customfieldId | string or number | Yes | Id of the custom field to retrieve information for. |
Return Type
Example
JCustomField field = getCustomField("customfield_12345");
runnerLog(field.id);
runnerLog(field.name);
runnerLog(field.type);