| Helper | nodeHelper |
| Signature | getUrgency |
| Description | Creates Urgency object |
| Introduced in | 5.25 |
Example use
Note: The field Urgency can be set both by id or name.
With this snippet you can create Urgency object:
entity.urgency = nodeHelper.getUrgency("Low")With this snippet you can set Urgency by id:
entity.urgency = 1