/
uploadAttachment
uploadAttachment
Description
Uploads an attachment to an issue
Parameters
Return Type
boolean
Returns "true" if the attachment was uploaded successfully and "false" otherwise. If returned "false" check the log for a detailed reason on why it failed.
Example
return uploadAttachment("TP-222","C:\Pictures\embarassing_photo_of_uncle_jim.jpg");
See also
Peacock
, multiple selections available,
Related content
getAttachmentIds
getAttachmentIds
Read with this
downloadAttachment
downloadAttachment
More like this
attachFile
attachFile
More like this
downloadAttachmentById
downloadAttachmentById
More like this
attachFile
attachFile
More like this
attachFileFromURL
attachFileFromURL
More like this