Replaces specific substrings matching a regular expression with a given replacement.
Use this function instead of replaceAll() or replaceFirst() if you want to have full control over the exact substrings you want to replace.
Bash
findModify(text, regex, replacement) #Output: Text
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Clone epic, tasks and sub-tasks |
|
toString() toStringList() issueKeysToIssueList() replaceFirst() first() fieldValue() textOnStringList() findModify() subtasks() issuesUnderEpic() |