Info | ||
---|---|---|
| ||
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 |
---|---|---|---|
attachmentId | number | Yes | Attachment id. |
issueKey | string | Yes | Issue key where you want to copy the attachment. |
Return type
boolean (true/false)
...