This function returns the value of a user property for a given user.
If the user doesn't have the property set, en empty text ("") will be returned.
Bash
userProperty(propertyName, userName) #Output: Text
Variant for multiple users.
Bash
userProperty(propertyName, userNames) #Output: Text list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Escalate issue to assignee's supervisor |
|
userProperty() |