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