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

admUpdateCustomFieldOptions(fieldName, pathToFile, charset, actionForOldFieldValues, actionForExistingFieldValues, projectKeys, issueTypes, useDefaultScheme, reorder, updateExistingOptionsValues, applyActionsOnParentOptions)

...

Note

If the custom field's type is not cascading select, it is not recommended to add child options, as they will not appear in the UI, but they will exist in the database.

Example

Example 1

Code Block
admAddCustomFieldOption("New Option", "Select List");

...