Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admDeleteCustomFieldOption(option, fieldName[, | projectKey issueTypeissueTypes]) | Package | adm | Alias | | Pkg Usage | delCFOption(option, fieldName[, | projectKey issueType |
Description
Excerpt |
---|
|
Delete an option from the options list for the specified context. |
Delete an option from the options list for the specified context. This routine only handles custom fields of the following type: single select, multi select, radio buttons and checkboxes (otherwise throws an exception).
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
option | String | Yes | Option to be deleted. | fieldName | String | Yes | Name of custom field. | projectKeyprojectKeys | String [] | No | Project | keyissueTypeissueTypes | String [] | No | Issue | type |
Return Type
Boolean (true/false)
...
Deletes the "Option" from custom field "Select List" with context for project "TEST" and issue type "Task".
Note |
---|
This routine does not delete the context, it only deletes the specified option. |
Example 3
Code Block |
---|
admDeleteCustomFieldOption("Option", "Select List", {"TEST1", "TEST2"}, {"Task", "Story"}); |
Deletes the "Option" from custom field "Select List" with context for projects "TEST1", “TEST2” (must be an uniquely identified context) and issue types "Task", “Story”.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "customfield_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|