DownloadAttachment
Download attachment by specifying its Id.
Input
Name | Type | Required | Description |
AttachmentId | String | True | The ID of the attachment to download. |
FileLocation | String | False | The location of where to save the file. |
FileName | String | False | The name of the file. If not specified the name will be the same as it is in Jira user interface. |
Overwrite | String | False | If true, the procedure will override files if they exists. Default value is false. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows whether the operation was successful or not. |
FileData | String | File data that will be outputted encoded in Base64 if the FileLocation and FileStream inputs are not set. |