This function returns the value of a project property for a given project property in the current issue's project.

Null is returned if project property doesn't exist.


projectProperty(propertyName) #Output: Text



Parser expressionDescription


projectProperty("maxNumberOfReopenings") 


This example might return

"3",

if there is a property of: {maxNumberOfReopenings=3} in the description of current's issue project.



Parameters used in this function

ParameterInput (data type)Description
propertyName

Text containing a valid project property. Learn more about JWT project properties.



This function returns a




Variant where you can additionally define a project key.


projectProperty(propertyName, projectKey) #Output: Text



Parser expressionDescription


projectProperty("maxNumberOfReopenings", "CRM")


This example might return

"3",

if there is a property of: {maxNumberOfReopenings=3} in the description of the project with the key CRM.



Parameters used in this function

ParameterInput (data type)Description
propertyName

Text containing a valid project property. Learn more about JWT project properties.
projectKey

Text containing a valid project key.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to access the projects' description.






Status
Tech review

Style guide




Short description

Returns the value of a given project property.

Output

Available since

Label