...
This routine is available starting with katl-commons 3.0.8.
This routine is available for Jira server and cloud deployment options.
Syntax
getIssueFieldNames(issueKey)
or
getIssueFieldNames(issueKey, getNullFields)
Description
Excerpttable-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 | getIssueFieldNames(issueKey[, getNullFields]) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns a list with the names of all standard and custom fields of an issue. |
Returns a list with the names of all standard and custom fields of an issue.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issueKey | |
...
String | Yes | Key of the selected issue. | getNullFields |
|
...
Boolean | No | Flag for specifying whether the fields with null values should be retrieved too. If not specified, it defaults to "false". |
|
Return
...
Type
string String []
The return value is a string array containing all fields values for the selected issue. Each value can be retrieved from the array by key (the field id).
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label in ( "jira_field= "customfield_routine" , "ps_cloud" and space = currentSpace ( ) |
---|
labels | jiraarray_field_routineroutines |
---|
|