This function returns true if there is a project property with a given name in the current issue's project.
Bash
projectPropertyExists(propertyName) #Output: Boolean
Variant where you can additionally define project key.
Bash
projectPropertyExists(propertyName, projectKey) #Output: Boolean
📚 Use cases and examples
| Use case |
|---|
| No content found. |