Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 11


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)

...

The new options in the input file that don't already exist in the custom field's options will automatically be added to the custom field's options.

Example

...

Example 1

Code Block
Parent1
 Child1
 Child2
Parent2
 Child3admAddCustomFieldOption("New Option", "Select List");

Add the "New Option" to the global context of custom field "Select List".

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_field_routine"
labelsjira_attachment_routine

Note
iconfalse
titleupdatedoptions.txt

The file should contain one custom field option on a separate line.

...