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.
Bash
projectProperty(propertyName) #Output: Text
Variant where you can additionally define a project key.
Bash
projectProperty(propertyName, projectKey) #Output: Text
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Set custom IDs for each issue |
|
||||
| Calculate custom sequence numbers |
|
||||
| Validation based on the value of a date type project property |
|
||||
| Only user specified in project property is allowed to execute transition |
|
projectProperty() |