issueExists
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with SIL Engine™ 4.8.0.11
Syntax
issueExists(issueKey)
Description
Checks to see if the provided issue key relates to an existing issue.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Issue Key | String | Yes | Issue key of issue to check. |
Return type
boolean
Returns "true" if issue exists.
Example 1
return issueExists("TST-123");
Result: True.
See also