Versions Compared

Key

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

Syntax

getAllCustomFields()

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Returns an array of JCustomField type structs for all custom fields in Jira.

Returns an array of JCustomField type structs for all custom fields in Jira.

Return Type

JCustomField []

Returns an array of custom fields.

...

Code Block
for(JCustomField cf in getAllCustomFields()) {
    runnerLog("ID: " + cf.id);
    runnerLog("Name: " + cf.name);
    runnerLog("Description: " + cf.description);
    runnerLog("Type: " + cf.type);}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "customfield_routine" and space = currentSpace ( )
labelsarray_routines