Info |
---|
|
This routine is available starting with SIL Engineā¢ 4.0.3. 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 | getPriorityNameById(priorityId) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Gets the priority name by the priority id. |
Gets the priority name by the priority id.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
priorityId | |
...
String | Yes | Id of the priority. |
|
Return
...
Type
string
Returns the priority name for the priority id provided.
String
Example
Code Block |
---|
return getPriorityNameById(3); //where 3 is the priority id for Medium |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_issuecustomfield_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_transition_routineroutines |
---|
|