admProjectExists
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
, multiple selections available,
Related content
admProjectProperties
admProjectProperties
More like this
admGetArchivedProjects
admGetArchivedProjects
More like this
admArchiveProject
admArchiveProject
More like this
admArchiveProjectVersion
admArchiveProjectVersion
More like this
admGetProjectComponents
admGetProjectComponents
More like this
admSetProjectCategory
admSetProjectCategory
More like this