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

Compare with Current View Page History

« Previous Version 7 Next »

This function returns a text 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") 
This example returns "3", provided there is a text: {maxNumberOfReopenings=3} in the description of current's issue project.
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT


Variant where you can additionally define project_key.

Syntax
projectProperty(text property_name, text project_key) #Output: Text
Examples
Parser expressionDescription
projectProperty("maxNumberOfReopenings", "CRM")
This example 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
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT