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 8 Current »

Description

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

Parameters

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