issueTypeIdForProject
Description
Retrieves the issue type id for the project with the given key and issue type.
Parameters
Return Type
int
The return value is an integer, negative of not set if the issue type is not found.
Example
return issueTypeIdForProject("TST", "Feature Request");
Result: 10034
See also
Peacock