You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The function returns a TEXT with the value of project property with name property_name in the current issue's project.

Since version 2.2.8 null is returned if project property doesn't exist.

Syntax
projectProperty(text property_name) #Output: Text
Examples
Parser expressionDescription
projectProperty("maxNumberOfReopenings") 
The function returns "3", provided there is a text{maxNumberOfReopenings=3} in the description of the project with key CRM.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT


The function returns a TEXT with the value of project property with name property_name in project with the key project_key.

Since version 2.2.8 null is returned if project property doesn't exist.

Syntax
projectProperty(text property_name, text project_key) #Output: Text
Examples
Parser expressionDescription
projectProperty("maxNumberOfReopenings", "CRM")
The function returns "3", provided there is a text{maxNumberOfReopenings=3} in the description of the project with key CRM.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT