Status
Tech review

Style guide




Short description

Returns a text with the value of project property with name property_name in the current issue's project.

Output

Available since




The 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.


projectProperty(text property_name) #Output: Text



Parser expressionDescription


projectProperty("maxNumberOfReopenings") 


This example returns "3", provided there is a text {maxNumberOfReopenings=3} in the description of current's issue project.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a




Variant where you can additionally define project_key.


projectProperty(text property_name, text project_key) #Output: Text



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.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a