/
getPersistentVar
getPersistentVar
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.1.7
Syntax
getPersistentVar(issue, varName) //issue var
getPersistentVar(varName) //global
Description
Gets the persistent var, as a stringParameters
Parameter name | Type | Required | Description |
---|---|---|---|
issue | string | no | the issue key |
varName | string | yes | the variable introduced via 'persistent' keyword |
Returns
string
The value of the persistent variable
, multiple selections available,
Related content
Variable types and reference methods
Variable types and reference methods
More like this
Variable types and reference methods
Variable types and reference methods
More like this
Standard variables reference
Standard variables reference
More like this
Standard variables reference
Standard variables reference
More like this
SIL Context
SIL Context
More like this
How to work with issue data in different contexts
How to work with issue data in different contexts
More like this