This function returns a text list with all attachment URLs of the current issue.
Bash
attachmentUrls() #Output: Text list
Variant where you can additionally define an issue list.
Bash
attachmentUrls(issueList) #Output: Text list
Variant where you can additionally define several regular expressions within a text list.
Bash
attachmentUrls(regularExpressions) #Output: Text list
Variant where you can define an issue list and a text list for regular expressions.
Bash
attachmentUrls(issueList, regularExpressions) #Output: Text list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Send email with the URL of the attachments included in the description |
|
replaceAll() toString() attachmentUrls() findPattern() |