Skip to end of banner
Go to start of banner

getCustomField

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Syntax

getCustomField(customfieldId)

Description

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

JCustomField field = getCustomField("customfield_12345");

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

See Also

  • No labels