Property name
This function returns true if there is a project property with a given name in the current issue's project.
projectPropertyExists(propertyName) #Output: Boolean
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns:
if there is a project property like {maxNumberOfReopenings=x} in the description of the current issue's project. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text containing a valid project property. Learn more about JWT project properties. |
Output
This function returns a boolean
Project key
Variant where you can additionally define project key.
projectPropertyExists(propertyName, projectKey) #Output: Boolean
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns if there is a project property like {maxNumberOfReopenings=x} in the description of the project with key CRM. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text containing a valid project property. Learn more about JWT project properties. |
|
projectKey |
text |
Text containing a valid project key. |
Output
This function returns a boolean
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|