Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admDeleteCustomFieldOptions(fieldName, optionsIds[, projectIssueTypesNames])

Package

adm

Alias

Pkg Usage

delCFOptions(fieldName, optionsIds[, projectIssueTypesNames])

Description

Excerpt
hiddentrue
Delete options with the provided ids from the custom field.

Deletes options with the provided ids from the custom field. This function only handles custom fields of the following types: single select, multi select, radio buttons and checkboxes.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

fieldName

String

Yes

Name of custom field.

optionsIds

String[]

Yes

Ids of the options to be deleted.

projectIssueTypesNames

JProjectIssueTypes []

No

An array of JProjectIssueTypes structures, representing project keys/issue types mappings. (The contexts from which to delete the options)

Return Type

boolean

The returned value has no meaning.

Example

Example

Deletes the option with id 10080 from checkbox custom field, using the context for project with key TP and issue types Bug and Task.

Code Block
languagejs
JProjectIssueTypes[] projectIssueTypesNames;
JProjectIssueTypes map;
map.projectKey = "TP";
map.issueTypesNames = {"Task", "Bug"};
projectIssueTypesNames = arrayAddElement(projectIssueTypesNames, map);
return admDeleteCustomFieldOptions("checkbox", "10080", projectIssueTypesNames);

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "customfield_admin_function" and space = currentSpace ( )
labelsarray_functions