Versions Compared

Key

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


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.6.3.

Syntax

admGetCustomFieldOptions(fieldName, projectKeys, issueTypes)

...

Each option will reside on a separate line. In case of cascade selects, the child options will be prefixed with a space character.
This routine only handles custom fields of the following types: single select, multi select, radio buttons, checkboxes and cascade cascading selects.


Parameters

Parameter name

Type

Required

Description

fieldNamestringYesName of custom field.
projectKeysstring arrayYes (can be empty)Project keys.
issueTypesstring arrayYes (can be empty)Issue types.

...