copyAttachmentById

Description

Copies the attachment for the provided id from one issue to another.

Parameters

Return Type

Boolean (true/false)

Returns "true" if the attachment was copied successfully and "false" otherwise. If returned "false" check the log for a detailed reason on why it failed.

Example

copyAttachmentById(10205, "TEST-2");

See also