getCustomFieldNameById
Syntax | getCustomFieldNameById(customfieldId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets the name of the custom field by id.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
customfieldId | number | Yes | Customfield id. |
Return Type
String
Returns the custom field name for the provided id.
Example
return getCustomFieldNameById(10000);