issueTypeName
Description
Retrieves the issue type name for a given issue type.
Parameters
Return Type
string
The return value is the name of the issue type.
Example
return issueTypeName(10034);
Result: Feature Request
See also
Peacock
Retrieves the issue type name for a given issue type.
string
The return value is the name of the issue type.
return issueTypeName(10034);
Result: Feature Request