getRequestTypeName (Power Scripts)
Syntax | getRequestTypeName(issueKey) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets the name of the request type from an existing issue in a Service Desk project.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
issueKey | String | Yes | The key of the issue to retrieve the request type name for. |
Return Type
String
Example
return getRequestTypeName("TEST-3");Returns: "Bug"