Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 4.0.3.

Syntax

copyAttachmentById(attachmentId, issueKey)

...

Excerpt

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


Parameters

Parameter name

Type

Required

Description

attachmentIdnumberYesAttachment id.

issueKey

string

Yes

Issue key where you want to copy the attachment.

Return type

boolean (true/false)

...