Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 3.0.2. |
Syntax
attachFileFromURL(url_to_file, issue)
...
Parameter name | Type | Required | Description |
---|---|---|---|
url to file | string | Yes | URL path to the file. |
issue key | string | Yes | Key of the issue the file will be attached to. |
...
Return type
boolean (true/false)
...