This function returns the length of any given text.
Bash
length(text) #Output: Number
📚 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 |
|
||||
| Set the next fix version |
|
floor() toNumber() substring() length() | |||
| Shorten the summary to a maximum number of characters |
|
||||
| Prevent issue creation if description contains less than 100 characters |
|
replaceAll() length() |