issueExists
Description
Returns true if the key is indeed an issue key and the issue is valid. Does not throw if the issue is not there.
Parameters
Return Type
boolean
Returns true if the issue exists
Example
return issueExists("THEPRJ-666");
See also
Peacock