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 | admGetCustomFieldOptions(fieldName, projectKeys, issueTypes) | Package | adm | Alias | | Pkg Usage | getCFOptions(fieldName, projectKeys, issueTypes) |
|
Description
Excerpt |
---|
|
Retrieves the option list of a custom field for the specified context (projects and issue types). |
...
Possible result as a string:
Code Block |
---|
<ac:structured-macro ac:name="code" ac:schema-version="1"><ac:plain-text-body>Parent option 1
Child option 1
Child option 2
Parent option 2
Child option 1
Child option 2</ac:plain-text-body></ac:structured-macro> |
Example 2
Get the options of the "CF_SELECT" custom field, using the context for projects "PRJ1" and "PRJ2" and issue types "Bug" and "Task".
...
Possible result as a string:
Code Block |
---|
<ac:structured-macro ac:name="code" ac:schema-version="1"><ac:plain-text-body>Option 1
Option 2
Option 3</ac:plain-text-body></ac:structured-macro> |
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 |
---|
|