Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

getCustomField(customfieldId)

Description

Excerpt
hiddentrue

Gets all information about the custom field. Routine returns a JCustomField structure type.

Gets all information about the custom field. Routine returns a JCustomField structure type.

Parameters

Parameter name

Type

Required

Description

customfieldId

String

Yes

ID of the custom field to retrieve information for.

Return type

JCustomField

Example

Code Block
JCustomField field = getCustomField("customfield_12345");

runnerLog(field.id);
runnerLog(field.name);
runnerLog(field.description);
runnerLog(field.type);

See Also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "user_admin_routine" and space = currentSpace ( )