Info | ||
---|---|---|
| ||
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 |
---|---|---|---|
fieldName | string | Yes | Name of custom field. |
projectKeys | string array | Yes (can be empty) | Project keys. |
issueTypes | string array | Yes (can be empty) | Issue types. |
...