issueExists

Description

Checks to see if the provided issue key relates to an existing issue.

Parameters

Return Type

Boolean (true/false)

Returns "true" if the issue exists and "false" otherwise.

Example

return issueExists("TST-123");

See also