admProjectExists
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™ 2.5.14 / 2.6.6.
Syntax
admProjectExists(project key)
Description
Returns 'true' if project with provided key exists and 'false' otherwise.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
project key | string | yes | Project key. |
Return type
boolean
Returns 'true' if project exists and 'false' otherwise.
Example
boolean prjExist = admProjectExists("TEST");
See also