Status
Tech review

Style guide




Short description

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

Output




The function returns a  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.


projectProperty(text property_name) #Output: Text



Parser expressionDescription


projectProperty("maxNumberOfReopenings") 


The function 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
<parameter>

Parameter description.



The function returns a




The function returns a  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.


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



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.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a