Info |
---|
|
This routine is available starting with katl-commons 3.0.11.
This routine is available for Jira server and cloud deployment options. 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 | getCustomFieldNameById(customfieldId) | |
...
Description
Excerpt |
---|
|
Gets the name of the custom field by id. |
Gets the name of the custom field by id.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
customfieldId | number | Yes | Customfield id. | |
Return
...
Type
stringString
Returns the custom field name for the provided id.
...
Code Block |
---|
return getCustomFieldNameById(10000);
|
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_fieldcustomfield_routine" and space = currentSpace ( ) |
---|
labels | jira_field_routine |
---|
|