This function returns true if there is a project property with a given name in the current issue's project.


projectPropertyExists(propertyName) #Output: Boolean



Parser expression

Description


projectPropertyExists("maxNumberOfReopenings")


This example returns:

true 

if there is a project property like {maxNumberOfReopenings=x} in the description of the current issue's 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 project key.


projectPropertyExists(propertyName, projectKey) #Output: Boolean



Parser expression

Description


projectPropertyExists("maxNumberOfReopenings", "CRM")


This example returns

 true 

if there is a project property like {maxNumberOfReopenings=x} in the description of the project with 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

Checks whether a project property exists.

Output

Available since

Label