/
issueExists
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
, multiple selections available,
Related content
Simple Issue Language
Simple Issue Language
More like this
Getting Started
Getting Started
More like this
How it Works
How it Works
More like this
Getting started with SIL
Getting started with SIL
More like this
SIL Context
SIL Context
More like this
SIL reference guide
SIL reference guide
More like this