This function returns a specific part of a text by setting the start index and the end index of the text to be returned.
Bash
substring(text, startIndex, endIndex) #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 |
|
||||
| Set the next fix version |
|
floor() toNumber() substring() length() | |||
| Shorten the summary to a maximum number of characters |
|