/
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 KeyStringYesIssue key of issue to check.

Return type

boolean

Returns "true" if issue exists.

Example 1

return issueExists("TST-123");

Result: True.

See also

Related content

admArchiveIssue
More like this
admReindexIssue
More like this
Issue Routines
More like this
Getting started
More like this
admGetIssueTypesFromScheme
admGetIssueTypesFromScheme
More like this
issueTypesForProject
issueTypesForProject
More like this