getFieldOptions
getFieldOptions
Description
Returns a string array representing the list of options for a custom field. This function only handles custom fields of the following types: single select, multi select, radio buttons and checkboxes, otherwise throws an exception.
Parameters
Return Type
String[]
The returned string array represents the list of options for a custom field.
Example
getFieldOptions("DEMO", "Bug", "RB - BUG");
Gets the options for a custom field named "RB - BUG ", that exists in the project with the key "DEMO " and has its issue type "BUG ".
See also
, multiple selections available,
Related content
getFieldOptions
getFieldOptions
More like this
getAvailableOptions(String fieldName)
getAvailableOptions(String fieldName)
More like this
getAvailableOptions(String fieldNameOrID)
getAvailableOptions(String fieldNameOrID)
More like this
admAddCustomFieldOptions
admAddCustomFieldOptions
More like this
getFieldChanges
getFieldChanges
Read with this
getIssueFields
getIssueFields
Read with this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.