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");
Checks to see if the provided issue key relates to an existing issue.
Boolean (true/false)
Returns "true" if the issue exists and "false" otherwise.
return issueExists("TST-123");