getCustomField

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