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 | getRequestTypeName(issueKey) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Gets the name of the request type from an existing issue in a Service Desk project. |
Gets the name of the request type from an existing issue in a Service Desk project.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issueKey | String | Yes | The key of the issue to retrieve the request type name for. | |
Return Type
String
Examples
Example
...
Code Block |
---|
return getRequestTypeName("TEST-3"); |
Returns: “Bug”"Bug"
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jsd_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|