/
getCustomFieldNameById
getCustomFieldNameById
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with katl-commons 3.0.11.
This routine is available for Jira server and cloud deployment options.
Syntax
getCustomFieldNameById(customfieldId)
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);
See also
, multiple selections available,
Related content
getCustomFieldNameById
getCustomFieldNameById
More like this
getCustomFieldNameById
getCustomFieldNameById
More like this
getCustomFieldIdByName
getCustomFieldIdByName
More like this
getIssueFieldNames
getIssueFieldNames
More like this
getIssueFieldNames
getIssueFieldNames
More like this
getCustomField
getCustomField
More like this