Description
Gets the name of the request type from an existing issue in a Service Desk project.
Parameters
Return Type
String
Examples
Example 1
return getRequestTypeName("TEST-3");
Returns: “Bug”
Gets the name of the request type from an existing issue in a Service Desk project.
String
return getRequestTypeName("TEST-3");
Returns: “Bug”